Safe Haskell | None |
---|---|
Language | Haskell2010 |
FlexTask.YesodConfig
Description
Default Yesod configuration for form generating environment. Also exports some convenient type synonyms hiding underlying complexity.
Documentation
Dummy Yesod application the form environment runs in.
Instances
Yesod type synonyms
type Handler = HandlerFor FlexForm Source #
Form type
type Rendered' (m :: Type -> Type) w = m (MForm Handler ([[Text]], w)) Source #
General type of composable forms inside the environment
Convenience Patterns
Patterns for defining POST parameters in custom forms. Reduces error potential and increases ease of reading.