Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/singpolyma/simple-form-haskell
- Owner: singpolyma
- License: isc
- Created: 2013-09-22T19:18:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T18:05:08.000Z (about 10 years ago)
- Last Synced: 2024-09-17T10:31:47.995Z (4 months ago)
- Language: Haskell
- Size: 3.07 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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.