Safe Haskell | None |
---|---|
Language | Haskell2010 |
FlexTask.InterpreterHelper
Contents
Documentation
syntaxAndSemantics :: (String -> LangM' Report b) -> (FilePath -> a -> b -> LangM Report) -> (FilePath -> a -> b -> Rated Report) -> String -> FilePath -> a -> IO ([Output], Maybe (Maybe Rational, [Output])) Source #
getFormData :: Rendered Widget -> IO ([[Text]], HtmlDict) Source #
Extract a form from the environment. The result is an IO embedded tuple of field IDs and a map of language and internationalized html pairs.