Module
Transit.Data.DotLang
- Package
- purescript-transit
- Repository
- m-bock/purescript-transit
Data types and functions for generating Graphviz DOT language output.
This module provides a type-safe way to construct DOT language graphs for visualization with Graphviz.
#GraphvizGraph Source
#Section Source
data SectionSection of a DOT graph (node, edge, or global attributes).
Constructors
SecNode NodeSecEdge EdgeSecGlobalGraph (Array Attr)SecGlobalNode (Array Attr)SecGlobalEdge (Array Attr)SecNewlineSecCommentLine String
Instances
#labelHtmlBold Source
labelHtmlBold :: String -> Attr#labelHtmlItalic Source
labelHtmlItalic :: String -> Attr#layoutCirco Source
layoutCirco :: Attr#layoutNeato Source
layoutNeato :: Attr#shapeCircle Source
shapeCircle :: Attr#shapeDiamond Source
shapeDiamond :: Attr#styleFilled Source
styleFilled :: Attr- Modules
- Transit
- Transit.
Class. CheckReturn - Transit.
Class. CurryN - Transit.
Class. MkAutoHandlers - Transit.
Class. MkHandlerLookup - Transit.
Class. MkUpdate - Transit.
Core - Transit.
DSL - Transit.
Data. DotLang - Transit.
Data. Graph - Transit.
Data. Html - Transit.
Data. MaybeChurch - Transit.
Data. Table - Transit.
HandlerLookup - Transit.
Render. Graphviz - Transit.
Render. Theme - Transit.
Render. TransitionTable - Transit.
StateGraph - Transit.
VariantUtils