indigo-0.4: Convenient imperative eDSL over Lorentz.
Safe HaskellNone
LanguageHaskell2010

Indigo.Internal.Expr.TH

Synopsis

Documentation

deriveExprBuildable :: Name -> Q [Dec] Source #

Generates an Buildable instance for a Expr GADT. Note: This will not generate additional constraints to the generated instance if those are required. Inspired by deriveGADTNFData from Util.TH.