generic-deriving-1.6.2: Generic programming library for generalised deriving.
Generics.Deriving.Show
Contents
Synopsis
class GShow a whereSource
Methods
gshowsPrec :: Int -> a -> ShowSSource
gshows :: a -> ShowSSource
gshow :: a -> StringSource
Instances
gshowsPrecdefault :: (Generic a, GShow' (Rep a)) => Int -> a -> ShowSSource