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

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