module type G_GOLDBERG =Minimal digraph signature for Goldbergsig..end
type t
module V:Sig.COMPARABLE
module E:Sig.EDGEwith type vertex = V.t
val nb_vertex : t -> intval iter_vertex : (V.t -> unit) -> t -> unitval iter_edges_e : (E.t -> unit) -> t -> unitval fold_succ_e : (E.t -> 'a -> 'a) -> t -> V.t -> 'a -> 'aval fold_pred_e : (E.t -> 'a -> 'a) -> t -> V.t -> 'a -> 'a