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

Copyright(c) 2011, Universiteit Utrecht
LicenseBSD3
Maintainergenerics@haskell.org
Stabilityexperimental
Portabilitynon-portable
Safe HaskellNone
LanguageHaskell98

Generics.Instant.Functions.Show

Description

Simplified generic show function.

Documentation

class GShow a where Source

Methods

gshow :: a -> String Source

Instances

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