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