Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Generic.Data.Function.Example
Documentation
Instances
Monoid Showly Source # | |
Semigroup Showly Source # | |
GenericFoldMap Showly Source # | |
Defined in Generic.Data.Function.Example Methods genericFoldMapF :: GenericFoldMapC Showly a => a -> GenericFoldMapM Showly Source # | |
type GenericFoldMapM Showly Source # | |
Defined in Generic.Data.Function.Example | |
type GenericFoldMapC Showly a Source # | |
Defined in Generic.Data.Function.Example |
showGeneric :: forall a. (Generic a, GFoldMapSum Showly Raw (Rep a)) => a -> String Source #
showGeneric' :: forall a. (Generic a, GFoldMapNonSum Showly (Rep a)) => a -> String Source #