comptrans-0.1.0.3: Automatically converting ASTs into compositional data types

Safe HaskellNone
LanguageHaskell98

Data.Comp.Derive.Generic

Description

Allows you to derive instances of GHC.Generics for compositional data types. Warning: May slaughter your compile times.

Documentation

makeGeneric :: [Name] -> [Type] -> Q [Dec] Source

makeInstancesLike :: [Name] -> [Type] -> Q [Dec] -> Q [Dec] Source