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