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

Data.Text.Prettyprint.Doc.Render.GraphViz

Description

Pretty-print GraphViz labels

Synopsis

Documentation

render :: Doc Attribute -> Label Source #

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

render' :: SimpleDocStream Attribute -> Text Source #

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