https://github.com/singpolyma/simple-form-haskell
https://github.com/singpolyma/simple-form-haskell
Last synced: 12 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 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T18:05:08.000Z (over 11 years ago)
- Last Synced: 2025-07-07T08:07:42.699Z (12 months ago)
- Language: Haskell
- Size: 3.07 MB
- Stars: 3
- Watchers: 3
- 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.