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

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


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

Last synced: 12 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.