generic-deriving-1.7.0: Generic programming library for generalised deriving.

Safe HaskellNone
LanguageHaskell98

Generics.Deriving.Show

Contents

Synopsis

Generic show class

class GShow a where Source

Minimal complete definition

Nothing

Methods

gshowsPrec :: Int -> a -> ShowS Source

gshows :: a -> ShowS Source

gshow :: a -> String Source

Instances

Default definition

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