Module Persistent


module Persistent: sig .. end
Persistent Graph Implementations.

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