Graphml.Print
Graphml Printer given a graph and required info
G : G
L : sig ... end
val print : Stdlib.Format.formatter -> G.t -> unit
print fmt graph print the GraphMl representation of the given graph on the given formatter
print fmt graph