deriving-show-simple-0: Derive a Show instance without field selector names
Safe HaskellSafe-Inferred
LanguageHaskell2010

Deriving.Show.Simple

Synopsis

Documentation

showsPrecSimple :: (Generic a, GShowSimple (Rep a)) => Int -> a -> ShowS Source #

Like showsPrec, but shows it as if their record fields are stripped

newtype WrapSimple a Source #

The Show instance uses showsPrecSimple. Useful in combination with DerivingVia

Constructors

WrapSimple 

Fields

Instances

Instances details
(Generic a, GShowSimple (Rep a)) => Show (WrapSimple a) Source # 
Instance details

Defined in Deriving.Show.Simple