Module Imperative


module Imperative: sig .. end
Imperative Implementations

module type S = sig .. end
Signature of imperative graphs
module Digraph: S 
Imperative Directed Graphs
module Graph: S 
Imperative Undirected Graphs
module Matrix: sig .. end
Imperative graphs implemented as adjacency matrices