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