|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| module Text.Formlets.Form |
|
|
| Component: an input field with an optional value
|
|
|
| Component: a password field with an optional value
|
|
|
| A trivially validated input component
|
|
|
| A trivially validated password component
|
|
|
| :: Show a | | | => a -> Bool | The predicate
| | -> String | The error message, in case the predicate fails
| | -> a | The value
| | -> Failing a | | | Apply a predicate to a value and return Success or Failure as appropriate
|
|
|
|
| A form whose output may fail
|
|
|
| Lift a form component to a failing form component
|
|
|
|
|
|
| A validated integer component
|
|
|
| Add additional validation to an already validated component
|
|
|
| Lifts a function on a Form to a function on a composed form.
|
|
| Produced by Haddock version 2.3.0 |