module Parse:functor (B:Builder.S) ->functor (L:sigval node :Gml.value_list -> B.G.V.labelHow to build the node label out of the set of GML attributes. For examplenode [ id 12 label "foo" ]will call this function with["id", Int 12; "label", String "foo"]
val edge :Gml.value_list -> B.G.E.labelHow to build the edge label out of the set of GML attributes
end) ->sig..end
| Parameters: |
|
val parse : string -> B.G.t