jaspervdj / digestive-functors

A general way to consume input using applicative functors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • Jesper Lloyd
  • mavenraven.org
  • Oliver Charles
  • Ozgun Ataman
  • Toon Willems

About

A general way to consume input using applicative functors


Languages

Language:Haskell 98.0%Language:JavaScript 2.0%