| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Language.Dot.Syntax
Description
DOT AST. See http://www.graphviz.org/doc/info/lang.html.
Documentation
Constructors
| Graph GraphStrictness GraphDirectedness (Maybe Id) [Statement] |
data GraphStrictness Source #
Constructors
| StrictGraph | |
| UnstrictGraph |
data GraphDirectedness Source #
Constructors
| DirectedGraph | |
| UndirectedGraph |
Constructors
| AttributeSetTrue Id | |
| AttributeSetValue Id Id |
Constructors
| NewSubgraph (Maybe Id) [Statement] | |
| SubgraphRef Id |
Constructors
| NoEdge | |
| DirectedEdge | |
| UndirectedEdge |
Constructors
| XmlEmptyTag XmlName [XmlAttribute] | |
| XmlTag XmlName [XmlAttribute] [Xml] | |
| XmlText String |
data XmlAttributeValue Source #
Constructors
| XmlAttributeValue String |