Module type Traverse.GM

module type GM = sig .. end
Minimal graph signature for graph traversal with marking. Sub-signature of Sig.IM.

type t 
module V: sig .. end
val iter_vertex : (V.t -> unit) -> t -> unit
val iter_succ : (V.t -> unit) -> t -> V.t -> unit
module Mark: sig .. end