derive-2.5.6: A program and library to derive instances for data types

Safe HaskellSafe-Infered

Language.Haskell.TH.All

Synopsis

Documentation

data Derivation Source

The type of ways to derive classes. Should not really be in this module!

Constructors

Derivation 

Fields

derivationDeriver :: DataDef -> Q [Dec]

The derivation function proper

derivationName :: String

The name of the derivation