| Safe Haskell | Safe-Inferred |
|---|---|
| Language | GHC2021 |
Generic.Data.Function.Example
Documentation
Instances
| Generic (D a) Source # | |
| Show a => Show (D a) Source # | |
| type Rep (D a) Source # | |
Defined in Generic.Data.Function.Example type Rep (D a) = D1 ('MetaData "D" "Generic.Data.Function.Example" "generic-data-functions-0.1.1-inplace" 'False) (C1 ('MetaCons "D1" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a)) :+: C1 ('MetaCons "D2" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 a))) | |
Instances
| Monoid a => Monoid (Showly a) Source # | |
| Semigroup a => Semigroup (Showly a) Source # | |
| Show a => Show (Showly a) Source # | |
| GenericFoldMap (Showly String) Source # | |
Defined in Generic.Data.Function.Example Associated Types type GenericFoldMapC (Showly String) a Source # Methods genericFoldMapF :: GenericFoldMapC (Showly String) a => a -> Showly String Source # | |
| type GenericFoldMapC (Showly String) a Source # | |
Defined in Generic.Data.Function.Example | |