Uint63val maxuint31 : tval of_int : int -> tval to_int2 : t -> int * intval of_int64 : Stdlib.Int64.t -> tval to_int64 : t -> Stdlib.Int64.tint_min n m returns the minimum of n and m, m must be in 0, 2^30-1.
val to_int_min : t -> int -> intint_min n m returns the minimum of n and m, m must be in 0, 2^30-1.
val of_float : float -> tval to_float : t -> floatval hash : t -> intval to_string : t -> stringval compile : t -> stringval zero : tval one : tdiv21 xh xl y returns q % 2^63, r s.t. xh * 2^63 + xl = q * y + r and r < y. When y is 0, returns 0, 0.