Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
reformSingle :: ([(Text, Text)] -> view -> view) -> Text -> Form ActionM Text err view a -> ActionM (Result err a, view) Source #
simpleReformGET :: (Show b, Applicative f) => Text -> Form ActionM Text err (HtmlT f ()) b -> ActionM (Result err b, HtmlT f ()) Source #
simpleReformPOST :: (Show b, Applicative f) => Text -> Form ActionM Text err (HtmlT f ()) b -> ActionM (Result err b, HtmlT f ()) Source #