module DIn: Graph.Dot.Parse(Graph.Builder.I(G))(sig val node : Graph.Dot_ast.id * 'a -> 'b -> int val edge : 'a -> unitend)
Graph.Dot.Parse
(
Graph.Builder.I
G
)
sig
val node : Graph.Dot_ast.id * 'a -> 'b -> int
Graph.Dot_ast.id * 'a -> 'b -> int
val edge : 'a -> unit
'a -> unit
end