模块 Strongly_connected_components

module Strongly_connected_components: sig .. end

Kosaraju 算法用于强连通分量。

警告:此模块不稳定,属于 compiler-libs 的一部分。


module type S = sig .. end
module Make: 
functor (Id : Identifiable.S-> S with module Id := Id