Module OASISGraph.SetInt

module SetInt: Stdlib.Set.Make(sig
type t = int 
val compare : int -> int -> int
end)