Util.TH
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.
lookupTypeNameOrFail :: String -> Q Name Source #