module Persistent: sig .. end
sig
end
Persistent Graph Implementations.
module type S = sig .. end
Signature of persistent graphs.
module Digraph: sig .. end
Persistent Directed Graphs.
module Graph: S
S
Persistent Undirected Graphs.