IntOps.NIntOpstype t = NIntOpsBase.tval zero : tval one : tval lower_bound : t optionval upper_bound : t optionval of_int : int -> tval to_int : t -> intval of_int64 : int64 -> tval to_int64 : t -> int64val of_string : string -> tval to_string : t -> stringval of_bigint : Big_int_Z.big_int -> tval to_bigint : t -> Big_int_Z.big_intval of_bool : bool -> tval to_bool : t -> bool