Module type Intable.S


module type S = sig .. end

type intable 
val of_int_exn : int -> intable
val to_int_exn : intable -> int