Safe Haskell | None |
---|
Pretty printer classes
- module Text.PrettyPrint
- class PprPhysical a where
- class PprVirtual a where
Documentation
module Text.PrettyPrint
class PprPhysical a whereSource
Pretty print the physical structure of data.
PprPhysical Bool | |
PprPhysical Double | |
PprPhysical Int | |
PprPhysical a => PprPhysical (Vector a) | |
(PprPhysical a, PprPhysical b) => PprPhysical (a, b) |
class PprVirtual a whereSource
Pretty print virtual / logical structure of data.