Parameter Dot.1-X
module V : sig ... endmodule E : sig ... endval iter_vertex : (V.t -> unit) -> t -> unitval iter_edges_e : (E.t -> unit) -> t -> unitval graph_attributes : t -> DotAttributes.graph listval default_vertex_attributes : t -> DotAttributes.vertex listval vertex_name : V.t -> stringval vertex_attributes : V.t -> DotAttributes.vertex listval get_subgraph : V.t -> DotAttributes.subgraph optionval default_edge_attributes : t -> DotAttributes.edge listval edge_attributes : E.t -> DotAttributes.edge list