Module type Gmap.V_SRC

module type V_SRC = sig .. end

Signature for the source graph.


type t 
module V: Sig.HASHABLE 
val fold_vertex : (V.t -> 'a -> 'a) -> t -> 'a -> 'a