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

Safe HaskellNone
LanguageHaskell98

Generics.Deriving.Show

Contents

Synopsis

Generic show class

class GShow a where

Minimal complete definition

Nothing

Methods

gshowsPrec :: Int -> a -> ShowS

gshows :: a -> ShowS

gshow :: a -> String

Instances

Default definition

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