BSD-3-Clause licensed and maintained by Jasper Van der Jeugt
This version can be pinned in stack with:digestive-functors-0.7.1.3@sha256:7d032680d0aab3ec409dcba1afc851d9e76eeeb1204a8080373b5f45bae36fa7,2766
Used by 1 package in nightly-2015-02-12(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