Generic programming for PureScript
npm install @purescript/generics

Generic programming.
```
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:
` purescript``
derive instance genericMyType :: Generic MyType
There are some example usages of the library in the tests.
Module documentation is published on Pursuit.