Safe Haskell | None |
---|
Data.Data.GenRep.Doc
Description
Conversion from GenericData
to Doc
- data Doc
- showLitCharInChar :: Char -> String
- showLitCharInString :: Char -> String
- toDoc :: GenericData -> Doc
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.
showLitCharInChar :: Char -> String
showLitCharInString :: Char -> String
Show a character in a string literal. Unicode characters are not escaped.
toDoc :: GenericData -> Doc
Convert GenericData
to Doc
.