Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
Internal embedding of form fields with associated functions.
Documentation
A single input field. This usually maps to a single HTML input
element.
Evaluate a field to retrieve a value, using the given method and a list of input.
fieldMapView :: (v -> w) -> Field v a -> Field w a Source
Map on the error message type of a Field.