large-generics-0.2.0.0: Generic programming API for large-records and large-anon
Safe HaskellNone
LanguageHaskell2010

Data.Record.Generic.Show

Synopsis

Documentation

gshowsPrec :: forall a. (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