data-repr-1.0: Alternative to Show data printing utility.

Safe HaskellNone
LanguageHaskell2010

Data.Repr

Documentation

class Repr a where Source

Methods

repr :: a -> String Source

Instances

Show a => Repr a Source