Releases: adamConnerSax/dataBuilder
Releases · adamConnerSax/dataBuilder
First 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.