large-records-0.1.0.0: Efficient compilation for large records, linear in the size of the record
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