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