模組 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