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