Module Components


module Components: sig .. end
Strongly connected components.

module type G = sig .. end
Minimal graph signature required by Components.Make.
module Make: 
functor (G : G) -> sig .. end
Functor providing functions to compute strongly connected components of a graph.