Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.Record.Generic.Show
Synopsis
- gshowsPrec :: (Generic a, Constraints a Show) => Int -> a -> ShowS
Documentation
gshowsPrec :: (Generic a, Constraints a Show) => Int -> a -> ShowS Source #
Generic definition of showsPrec
, compatible with the GHC generated one.
Typical usage:
instance Show T where showsPrec = gshowsPrec