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