module Dfs (A : A) (G : G) : sig .. end
(
A
:
)
G
sig
end
module T: Traversal.Traversal(A)
Traversal.Traversal
include T
module Stack: Vector.Stack(sig type t = int val default : intend)
Vector.Stack
type t = int
int
val default : int
exception Found of T.t
T.t
val def : Traversal.G.t -> int -> T.t
Traversal.G.t -> int -> T.t