morley-1.12.0: Developer tools for the Michelson Language
Safe HaskellNone
LanguageHaskell2010

Util.TH

Synopsis

Documentation

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

Generates an NFData instance for a GADT. Note: This will not generate additional constraints to the generated instance if those are required.