Module type Graphviz.ATTRIBUTES

type graph
type vertex
type edge
type subgraph = {
  1. sg_name : string;
  2. sg_attributes : vertex list;
  3. sg_parent : string option;
}