module type G = sig .. end
sig
end
type t
module V: Sig.HASHABLE
Sig.HASHABLE
val iter_vertex : (V.t -> unit) -> t -> unit
(V.t -> unit) -> t -> unit
val iter_succ : (V.t -> unit) -> t -> V.t -> unit
(V.t -> unit) -> t -> V.t -> unit
val in_degree : t -> V.t -> int
t -> V.t -> int