Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/singpolyma/simple-form-haskell


https://github.com/singpolyma/simple-form-haskell

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Inspired by the RubyGem of the same name, this package allows you to
easily build validating forms that infer defaults based on type.

Most users will want to both render 'Html' and parse input, and so
should use the SimpleForm.Digestive.Combined and SimpleForm.Combined
modules.