Module Sig_pack.S.Components


module Components: sig .. end
Strongly connected components

val scc : Sig_pack.S.t -> Sig_pack.S.V.t -> int
strongly connected components
val scc_list : Sig_pack.S.t -> Sig_pack.S.V.t list list