instant-generics-0.3.1: Generic programming library with a sum of products view

Portabilitynon-portable
Stabilityexperimental
Maintainergenerics@haskell.org

Generics.Instant.Functions.Show

Description

Simplified generic show function.

Documentation

class GShow a whereSource

Methods

gshow :: a -> StringSource

Instances

gshowDefault :: (Representable a, GShow' (Rep a)) => a -> StringSource