Parameter Dfs.1-G
module V : Sig.COMPARABLEval iter_vertex : (V.t -> unit) -> t -> unitIt is enough to iter over all the roots (vertices without predecessor) of the graph, even if iterating over the other vertices is correct.
Dfs.1-Gmodule V : Sig.COMPARABLEval iter_vertex : (V.t -> unit) -> t -> unitIt is enough to iter over all the roots (vertices without predecessor) of the graph, even if iterating over the other vertices is correct.