Module Graph.Dot

val parse_dot_ast : string -> Graph__.Dot_ast.file
type clusters_hash = (string, (Graph__.Dot_ast.id * Graph__.Dot_ast.id option) list list) Hashtbl.t
module Parse (B : sig ... end) (L : sig ... end) : sig ... end