module Int16: sig .. end
sig
end
type t
val of_int_exn : int -> t
int -> t
val of_int64_exn : Int64.t -> t
Int64.t -> t
val to_int : t -> int
t -> int