BSD-3-Clause licensed and maintained by Jasper Van der Jeugt
This version can be pinned in stack with:digestive-functors-0.8.0.0@sha256:b335058fd0946b71987d746c8f8279b0445989aab4d6d0ca9c028ec72aec00cc,2784
Used by 1 package in nightly-2015-05-05(full list with versions):

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