module Print: functor (G : G) -> functor (L : sig val node : Gml.G.V.label -> Gml.value_list val edge : Gml.G.E.label -> Gml.value_listend) -> sig .. end
functor (
G
:
) ->
L
sig
val node : Gml.G.V.label -> Gml.value_list
Gml.G.V.label -> Gml.value_list
val edge : Gml.G.E.label -> Gml.value_list
Gml.G.E.label -> Gml.value_list
end
sig val node : G.V.label -> value_list val edge : G.E.label -> value_list end
val print : Format.formatter -> Gml.G.t -> unit
Format.formatter -> Gml.G.t -> unit