Web/Libraries/Forms

From HaskellWiki
< Web‎ | Libraries
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Haskell Web Development

Software:
Servers - Libraries - Frameworks
Deploy - Cloud
Interfaces to frameworks
Databases and Persistence
Testing and Verification
Content Management

Community & Research:
Forums and Discussion
Literature (research, talks and blogs)
Existing Haskell web applications
Ongoing projects and ideas

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

Digestive functors

An improved formlets- better error messages. Integration exists for the happstack and snap frameworks.

Announcement


License: BSD3
Author: Jasper Van der Jeugt
Package & repositories

Hackage - Github