Skip to content

Releases: adamConnerSax/dataBuilder

First release

14 Mar 22:51
Compare
Choose a tag to compare
First release Pre-release
Pre-release

First release of dataBuilder haskell library. Allows construction of (somewhat) arbitrary types via builders of the constituent parts, all assembled with an applicative functor provided by the library user. This release includes an example use to build a command line option parser from a data structure. Other uses might be building HTML forms from a data structure.