Module Imperative


module Imperative: sig .. end
Imperative Implementations

module type S = sig .. end
Signature of imperative graphs

Imperative Directed Graphs
module Digraph: sig .. end
module Graph: S 
Imperative Undirected Graphs
module Matrix: sig .. end
Imperative graphs implemented as adjacency matrices