data-pprint-0.2.3: Prettyprint and compare Data values

Safe HaskellNone

Data.Data.GenRep.Doc

Description

Conversion from GenericData to Doc

Synopsis

Documentation

data Doc

The abstract type of documents. A Doc represents a *set* of layouts. A Doc with no occurrences of Union or NoDoc represents just one layout.

Instances

showLitCharInChar :: Char -> StringSource

IsString instance for Doc instance IsString Doc where fromString = text

Show a character literal. Unicode characters are not escaped.

showLitCharInString :: Char -> StringSource

Show a character in a string literal. Unicode characters are not escaped.