module Print:functor (G:sigmodule V:sig..endmodule E:sig..endtypetval iter_vertex :(V.t -> unit) -> t -> unitval iter_edges_e :(E.t -> unit) -> t -> unitend) ->functor (L:sigval node :G.V.label -> Gml.value_listval edge :G.E.label -> Gml.value_listend) ->sig..end
| Parameters: |
|
val print : Format.formatter -> G.t -> unit