Module MultiGraph.Persistent


module Persistent: sig .. end
Persistent implementations of labeled directed multi-graphs. All operations over multi-graphs are purely applicative (no side-effects).

module Make: 
functor (VLabel : Print.PRINTABLE_TYPE) ->
functor (ELabel : Print.PRINTABLE_TYPE) -> MultiGraph.P with module Vertex.Label = VLabel and module Edge.Label = ELabel