Functor IntDigraph.UnLabeled

module UnLabeled (IntVecV : Vector.S  with type elt = int)  (IntVecE : Vector.S  with type elt = int) : sig .. end
Digraphs without any label.
Parameters:
IntVecV : Vector.S with type elt = int
IntVecE : Vector.S with type elt = int

module E: sig .. end
module V: sig .. end
include struct ... end