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