Module MultiGraph.Persistent
module Persistent:Persistent implementations of labeled directed multi-graphs. All operations over multi-graphs are purely applicative (no side-effects).sig
..end
module Make:functor (
VLabel
:
Print.PRINTABLE_TYPE
) ->
functor (
ELabel
:
Print.PRINTABLE_TYPE
) ->
MultiGraph.P
with module Vertex.Label = VLabel and module Edge.Label = ELabel