-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Point-free Haskell as a service. -- @package blunt @version 0.0.13 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 type Action = Request -> IO Response route :: Request -> Action indexAction :: Action data Result Result :: String -> [String] -> String -> Result resultInput :: Result -> String resultPointfree :: Result -> [String] resultPointful :: Result -> String convertAction :: Action notFoundAction :: Action safePointfree :: String -> IO [String] instance Read Result instance Show Result instance ToJSON Result