language-dot-0.1.0: A library for the analysis and creation of Graphviz DOT files

Safe HaskellSafe
LanguageHaskell98

Language.Dot.Pretty

Documentation

class PP a where Source #

Minimal complete definition

pp

Methods

pp :: a -> Doc Source #