@hackage DTC1.0.1
Data To Class transformation.
Installation
Dependencies (2)
- base >=4 && <5
- haskell-src Show all…
Dependents (1)
@hackage/acme-everything
Transform data declarations to class definitions.
The way is explained in Data Declarations to Class Definitions. You can find more information in the homepage of the package.
Changes from last version:
Modified some documentation.
Fixed a non-exhaustive pattern matching error in
dataToClassWith.