Module type Graphviz.ATTRIBUTES
type graph
type vertex
type edge
type subgraph
=
{
sg_name : string;
sg_attributes : vertex list;
sg_parent : string option;
}
Graphviz.ATTRIBUTES
type graph
type vertex
type edge
type subgraph
=
{
sg_name : string; |
sg_attributes : vertex list; |
sg_parent : string option; |
}