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

Module documentation for 0.7.1.1

  • Text
    • Text.Digestive
      • Text.Digestive.Form
        • Text.Digestive.Form.Encoding
        • Text.Digestive.Form.Internal
          • Text.Digestive.Form.Internal.Field
        • Text.Digestive.Form.List
      • Text.Digestive.Ref
      • Text.Digestive.Types
      • Text.Digestive.Util
      • Text.Digestive.View
Used by 1 package in lts-0.5(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