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