| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Data.GADT.Show.TH
Documentation
class DeriveGShow t where #
Methods
deriveGShow :: t -> Q [Dec] #
Instances
| DeriveGShow Dec # | |
Defined in Data.GADT.Show.TH Methods deriveGShow :: Dec -> Q [Dec] # | |
| DeriveGShow Name # | |
Defined in Data.GADT.Show.TH Methods deriveGShow :: Name -> Q [Dec] # | |
| DeriveGShow t => DeriveGShow [t] # | |
Defined in Data.GADT.Show.TH Methods deriveGShow :: [t] -> Q [Dec] # | |
| DeriveGShow t => DeriveGShow (Q t) # | |
Defined in Data.GADT.Show.TH Methods deriveGShow :: Q t -> Q [Dec] # | |