prettyprinter-graphviz-1.1.0.0: A prettyprinter backend for graphviz
Safe HaskellNone
LanguageHaskell2010

Prettyprinter.Render.GraphViz

Description

Pretty-print GraphViz labels

Synopsis

Documentation

render :: Doc Attributes -> Label Source #

Render a document as a GraphViz label, using sensible defaults.

render' :: SimpleDocStream Attributes -> Text Source #

Render a document stream as HTML text for GraphViz. This provides more fine-grained control than render.