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