ContentsIndex
Pretty.Pretty
Portabilityportable
Stabilitymedium
Maintaineregallego@babel.ls.fi.upm.es
Description

Last modified: 01 Oct 2004, 17:57

Pretty class

Synopsis
data Level
= Low
| High
class Pretty a where
pretty :: Level -> a -> String
Documentation
data Level
Constructors
Low
High
class Pretty a where
We have a pretty class because we want show for debugging.
Methods
pretty
:: Level
-> a
-> StringReturns a pretty print representation.
show/hide Instances
Produced by Haddock version 0.8