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