Module Strongly_connected_components
Kosaraju's algorithm for strongly connected components.
Warning: this module is unstable and part of compiler-libs.
module type Id = sig ... endmodule type S = sig ... endmodule Make
(Id : Strongly_connected_components.Id) :
Strongly_connected_components.S with module Id := Id