Module Mlpost_dot__Xdot_ast
type statement=|Graph of (string * string) list|Node of int * (string * string) list|Edge of int * int * (string * string) listtype file= statement option listtype point= float * floattype path= point listtype node= int * pointtype edge= int * int * pathtype digraph={bounding_box : point * point;nodes : node list;edges : edge list;}