generic-deriving-1.0.2: Generic programming library for generalized deriving.

Generics.Deriving.Show

Contents

Synopsis

Generic show class

class GShow a whereSource

Instances

Default definition

gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowSSource