Web/Libraries/Forms
From HaskellWiki
(Difference between revisions)
m (Adding info box) |
(Use tables) |
||
| Line 10: | Line 10: | ||
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/ | 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/ | ||
| - | + | {| class="wikitable" | |
| - | + | ! License: | |
| - | + | | BSD3 | |
| - | + | |- | |
| - | + | ! Author: | |
| - | + | | Chris Eidhof | |
| - | + | |- | |
| - | + | ! Maintainer: | |
| - | + | | Doug Beardsley <mightybyte@gmail.com> | |
| - | + | |- | |
| - | + | ! Documentation: | |
| - | + | | [[Web/Libraries/Formlets]] | |
| + | |- | ||
| + | ! Package & repositories | ||
| + | | [http://hackage.haskell.org/package/formlets Hackage] - [http://github.com/chriseidhof/formlets Github] | ||
| + | |} | ||
Revision as of 00:23, 4 October 2010
Libraries for performing form creation, validation, etc.
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 |
