module Int: sig .. end
sig
end
type t = int
int
val compare : 'a -> 'a -> int
'a -> 'a -> int
val show : int -> string
int -> string