Safe Haskell | None |
---|---|
Language | Haskell2010 |
This module exports the templates for automatic instance deriving of Transformation.Full type classes. The most common way to use it would be
import qualified Transformation.Full.TH data MyDataType f' f = ... $(Transformation.Full.TH.deriveUpFunctor (conT ''MyTransformation) (conT ''MyDataType))