Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
class Pretty ast where Source #
Type class for pretty-printable types.
Nothing
prettyPrint :: ast NodeInfo -> Printer () Source #
prettyPrint :: Pretty (ast NodeInfo) => ast NodeInfo -> Printer () Source #