module type GM =Minimal graph signature for graph traversal with marking. Sub-signature ofsig..end
Sig.IM.type t
module V:sig..end
val iter_vertex : (V.t -> unit) -> t -> unitval iter_succ : (V.t -> unit) -> t -> V.t -> unitmodule Mark:sig..end