@hackage digestive-functors0.8.4.2
A practical formlet library
Categories
License
BSD-3-Clause
Maintainer
Jasper Van der Jeugt <m@jaspervdj.be>
Links
Versions
Installation
Dependencies (8)
- base >=4 && <5
- bytestring >=0.9 && <0.13
- containers >=0.3 && <0.9
- mtl >=1.1.0.0 && <3
- old-locale >=1.0 && <1.1
- semigroups >=0.16 && <0.21 Show all…
Dependents (26)
@hackage/Spock, @hackage/fn-extra, @hackage/digestive-foundation-lucid, @hackage/digestive-bootstrap, @hackage/simple-form, @hackage/servant-snap, Show all…
Digestive functors is a library inspired by formlets:
http://groups.inf.ed.ac.uk/links/formlets/
It is intended to be an improvement of the Haskell formlets library, with as main advantages:
better error handling, so a web page can display input errors right next to the corresponding fields;
the ability to easily add
<label>elements;separation of the validation model and the HTML output.
Tutorial: http://github.com/jaspervdj/digestive-functors/blob/master/examples/tutorial.lhs