Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
respondTemplateHtml :: ToGVal (Run SourcePos IO Html) a => Project -> Maybe SessionHandle -> Status -> Text -> HashMap Text a -> Application Source #
respondTemplateText :: ToGVal (Run SourcePos IO Text) a => Project -> Maybe SessionHandle -> Status -> Text -> HashMap Text a -> Application Source #
Orphan instances
ToGVal m ByteString Source # | |
toGVal :: ByteString -> GVal m # | |
ToGVal m (CI ByteString) Source # | |
toGVal :: CI ByteString -> GVal m # |