module type G = sig .. end
sig
end
Minimal graph signature required by Components.Make. Sub-signature of Sig.G.
Components.Make
Sig.G
type t
module V: Sig.COMPARABLE
Sig.COMPARABLE
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