Module Numbers.Int8

module Int8: sig .. end

type t;
let zero: t;
let one: t;
let of_int_exn: int => t;
let to_int: t => int;