Module type Graphviz.ATTRIBUTES
type graphtype vertextype edgetype subgraph={sg_name : string;sg_attributes : vertex list;sg_parent : string option;}
Graphviz.ATTRIBUTEStype graphtype vertextype edgetype subgraph = {sg_name : string; |
sg_attributes : vertex list; |
sg_parent : string option; |
}