xcb-types-0.7.1: Parses XML files used by the XCB project

Copyright(c) Antoine Latter 2008
LicenseBSD3
MaintainerAntoine Latter <aslatter@gmail.com>
Stabilityprovisional
Portabilityportable - requires TypeSynonymInstances
Safe HaskellSafe
LanguageHaskell98

Data.XCB.Pretty

Description

Pretty-printers for the tyes declared in this package. This does NOT ouput XML - it produces human-readable information intended to aid in debugging.

Synopsis

Documentation

class Pretty a where Source

Minimal complete definition:

One of pretty or toDoc.

Minimal complete definition

Nothing

Methods

toDoc :: a -> Doc Source

pretty :: a -> String Source