large-generics-0.2.1: Generic programming API for large-records and large-anon
Safe HaskellSafe-Inferred
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