Module Graph__.Gml
type value=|Int of int|Float of float|String of string|List of value_listand value_list= (string * value) list
Parser
module Parse : functor (B : Graph.Builder.S) -> functor (L : sig ... end) -> sig ... endProvide a parser for GML file format.