Web/Libraries/Forms
From HaskellWiki
(Use tables) |
(add digestive functors) |
||
| Line 25: | Line 25: | ||
! Package & repositories | ! Package & repositories | ||
| [http://hackage.haskell.org/package/formlets Hackage] - [http://github.com/chriseidhof/formlets Github] | | [http://hackage.haskell.org/package/formlets Hackage] - [http://github.com/chriseidhof/formlets Github] | ||
| + | |} | ||
| + | |||
| + | == Digestive functors == | ||
| + | |||
| + | An improved formlets- better error messages. Integration exists for the happstack and snap frameworks. | ||
| + | |||
| + | [http://jaspervdj.be/posts/2010-12-09-digestive-functors-0.0.2.html Announcement] | ||
| + | |||
| + | |||
| + | {| class="wikitable" | ||
| + | ! License: | ||
| + | | BSD3 | ||
| + | |- | ||
| + | ! Author: | ||
| + | | Jasper Van der Jeugt | ||
| + | |- | ||
| + | |- | ||
| + | ! Package & repositories | ||
| + | | | ||
| + | [http://hackage.haskell.org/package/digestive-functors Hackage] - [http://github.com/jaspervdj/digestive-functors Github] | ||
|} | |} | ||
Current revision
Libraries for performing form creation, validation, etc.
1 Formlets
A modular way to build forms based on applicative functors, based on the work described in:
Ezra Cooper, Samuel Lindley, Philip Wadler and Jeremy Yallop "An idiom's guide to formlets" Technical Report, EDI-INF-RR-1263. http://groups.inf.ed.ac.uk/links/formlets/
| License: | BSD3 |
|---|---|
| Author: | Chris Eidhof |
| Maintainer: | Doug Beardsley <mightybyte@gmail.com> |
| Documentation: | Web/Libraries/Formlets |
| Package & repositories | Hackage - Github |
2 Digestive functors
An improved formlets- better error messages. Integration exists for the happstack and snap frameworks.
| License: | BSD3 |
|---|---|
| Author: | Jasper Van der Jeugt |
| Package & repositories |
