|
|
|
|
|
| Description |
The main TH driver module. It is intended that this need be the
only module imported by user code; it takes care of all data
threading issues such that all one needs to do is:
data Foo = Foo ; $( derive Data.Derive.StdDerivations.eq ''Foo )
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Derive an instance of some class. derive only derives instances
for the type of the argument.
|
|
| Convienience re-exports
|
|
|
| The type of ways to derive classes.
Should not really be in this module!
|
|
|
| Internal
|
|
|
| Derive for a type and print the code to standard output. This is
a internal hook for the use of the Derive executable.
|
|
| Produced by Haddock version 2.4.2 |