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

Safe HaskellNone

Generics.Deriving.Show

Contents

Synopsis

Generic show class

class GShow a where

Methods

gshowsPrec :: Int -> a -> ShowS

gshows :: a -> ShowS

gshow :: a -> String

Instances

Default definition

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