Module Graph.Graphml

Generic GraphMl Printer

module type G = sig ... end

Graph information required by Graphml

module Print (G : G) (L : sig ... end) : sig ... end

Graphml Printer given a graph and required info