Module type Interfaces.Intable


module type Intable = Intable.S

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