deep-transformations-0: Deep natural and unnatural tree transformations, including attribute grammars
Safe HaskellNone
LanguageHaskell2010

Transformation.Deep.TH

Description

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)

Documentation