module type S = sig .. end
sig
end
type intable
val of_int_exn : int -> intable
int -> intable
val to_int_exn : intable -> int
intable -> int