blunt-0.0.10: Point-free Haskell as a service.
Blunt
main :: IO () Source
application :: Application Source
type Action = Request -> IO Response Source
route :: Request -> Action Source
indexAction :: Action Source
pointfreeAction :: Action Source
pointfulAction :: Action Source
notFoundAction :: Action Source
safePointfree :: String -> IO [String] Source
html :: String Source
css :: String Source
js :: String Source