| Copyright | (c) Antoine Latter 2008 |
|---|---|
| License | BSD3 |
| Maintainer | Antoine Latter <aslatter@gmail.com> |
| Stability | provisional |
| Portability | portable - requires TypeSynonymInstances |
| Safe Haskell | Safe |
| Language | Haskell98 |
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.
Documentation
class Pretty a where
Minimal complete definition
Nothing
Instances
| Pretty Int | |
| Pretty String | |
| Pretty Unop | |
| Pretty Binop | |
| Pretty Type | |
| Pretty a => Pretty (Maybe a) | |
| Pretty a => Pretty (Expression a) | |
| Pretty a => Pretty (EnumElem a) | |
| Pretty a => Pretty (GenXidUnionElem a) | |
| Pretty a => Pretty (GenBitCase a) | |
| Pretty a => Pretty (GenStructElem a) | |
| Pretty a => Pretty (GenXDecl a) | |
| Pretty a => Pretty (GenXHeader a) |
bitCaseHeader :: Pretty a => Maybe Name -> Expression a -> Doc