module Int8: sig .. end
sig
end
type t
val zero : t
t
val one : t
val of_int_exn : int -> t
int -> t
val to_int : t -> int
t -> int