Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Language.REST.Dot
Description
This module contains functionality for generating GraphViz graphs
Documentation
mkGraph :: String -> DiGraph -> IO () Source #
mkGraph name graph
generates the .dot
file for graph
, and renders
the resulting graph to a png
file using the dot
utility
A GraphViz directed graph
Constructors
Edge | |
Instances
The way the graph will be rendered
A GraphViz node
Instances
Generic Node Source # | |||||
Defined in Language.REST.Dot Associated Types
| |||||
Show Node Source # | |||||
Eq Node Source # | |||||
Ord Node Source # | |||||
Hashable Node Source # | |||||
Defined in Language.REST.Dot | |||||
type Rep Node Source # | |||||
Defined in Language.REST.Dot type Rep Node = D1 ('MetaData "Node" "Language.REST.Dot" "rest-rewrite-0.4.5-I6IQjuMxsHi4ztO47ObRWY" 'False) (C1 ('MetaCons "Node" 'PrefixI 'True) ((S1 ('MetaSel ('Just "nodeID") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 NodeID) :*: S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :*: (S1 ('MetaSel ('Just "nodeStyle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String) :*: S1 ('MetaSel ('Just "labelColor") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)))) |