Module Numbers.Int16

module Int16: sig .. end

type t;
let of_int_exn: int => t;
let of_int64_exn: Int64.t => t;
let to_int: t => int;