Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | sweirich@cis.upenn.edu |
Safe Haskell | None |
Generics.RepLib.Derive
Description
Automatically derive representations and instance declarations
for user defined datatypes.
The typical use is
$(derive [''MyType1, ''MyType2])