-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Convert between pointfree and pointful expressions. -- @package blunt @version 1.0.2 module Blunt.Style style :: Text css :: Css module Blunt.Script script :: Text js :: JStat module Blunt.Markup markup :: ByteString html :: Html () module Blunt main :: IO () application :: Application ws :: ServerApp http :: Application convert :: Text -> IO Conversion safePointfree :: String -> IO [String] handler :: SomeException -> IO [String] safePointful :: String -> Maybe String data Conversion Conversion :: [String] -> Maybe String -> Conversion conversionPointfree :: Conversion -> [String] conversionPointful :: Conversion -> Maybe String instance Read Conversion instance Show Conversion instance ToJSON Conversion