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