sig type t module V : Sig.COMPARABLE val succ : Clique.G.t -> V.t -> V.t list val fold_vertex : (V.t -> 'a -> 'a) -> Clique.G.t -> 'a -> 'a end