Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1008 Bytes

README.markdown

File metadata and controls

49 lines (36 loc) · 1008 Bytes

digestive-functors

What

Digestive functors is a library that provides an abstract way to consume input using applicative functors. It is mostly geared towards HTML forms, altough it can also be used for other tasks.

Help

Checkout the tutorial.lhs example in the examples folder.

Directory layout

This repository contains a number of packages:

  • digestive-functors: Main package
  • digestive-functors-snap: Snap backend
  • digestive-functors-happstack: Happstack backend
  • digestive-functors-blaze: BlazeHtml frontend
  • digestive-functors-heist: Heist frontend

Credits

Authors:

  • Jasper Van der Jeugt

Contributors:

  • Alex Mason
  • Andrew Richards
  • Antoine Latter
  • Daniel Patterson
  • Doug Beardsley
  • Jeremy Shaw
  • Oliver Charles
  • Ozgun Ataman
  • Toon Willems