Module

Graphics.Graphviz

Package
purescript-generic-graphviz
Repository
csicar/purescript-generic-graphviz

#Engine Source

data Engine

Constructors

Instances

#renderReprSvg Source

renderReprSvg :: forall a. GraphRepr a => Engine -> a -> String

#renderToJson Source

renderToJson :: forall a. DotLang a => Engine -> a -> String

#renderToSvg Source

renderToSvg :: forall a. DotLang a => Engine -> a -> String