-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Point-free Haskell as a service. -- @package blunt @version 0.0.4 module Blunt main :: IO () application :: Application type Action = Request -> IO Response route :: Request -> Action indexAction :: Action pointfreeAction :: Action notFoundAction :: Action safePointfree :: String -> IO (Maybe String) html :: String js :: String