PackageDEPRECATED

purescript-generics

Repository
purescript/purescript-generics
License
MIT
Uploaded by
paf31
Published on
2017-03-26T22:17:38Z

Latest release Build status

Generic programming.

Usage

bower install purescript-generics

The methods in the Generic type class can be derived in versions >= 0.7.3 of the PureScript compiler with the following syntax:

derive instance genericMyType :: Generic MyType

There are some example usages of the library in the tests.

Documentation

Module documentation is published on Pursuit.