gdiff-th-0.0.0.1: Generate gdiff GADTs and Instances.

Safe HaskellNone

Data.Generic.Diff.TH

Contents

Synopsis

Main Interface

make_family_gadt :: Name -> Q [Dec]Source

Pass in the name of to generate the GDiff GADT and instances.

Utils