BSD-3-Clause licensed and maintained by Jasper Van der Jeugt
This version can be pinned in stack with:digestive-functors-0.8.0.1@sha256:cbcab6d6dda59e204013249ae78c0208746bb2a2b93a259b6f7a1f1386da83b0,2784

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