generic-deriving-0.3.1: Generic programming library for generalized deriving.

Generics.Deriving.Show

Contents

Synopsis

Generic show class

class GShow a whereSource

Instances

Default definition

gshowsPrecdefault :: (Representable0 a rep0, GShow' rep0) => rep0 x -> Int -> a -> ShowSSource