You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let bot_of = create { fi =fun (typea) (module I:SOverflow with type t = a) -> I.bot_of }
120
120
letof_boolik= create { fi =fun (typea) (module I:SOverflow with type t = a) -> I.of_bool ik }
121
121
letof_excl_listik= create2 { fi2 =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.of_excl_list ik}
122
-
letof_intik= create2_ovc ik { fi2_ovc =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.of_int ik }
122
+
letof_int?(suppress_ovwarn=false)ik= create2_ovc~suppress_ovwarn ik { fi2_ovc =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.of_int ik }
123
123
letstarting?(suppress_ovwarn=false)ik= create2_ovc ~suppress_ovwarn ik { fi2_ovc =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.starting ik }
124
124
letending?(suppress_ovwarn=false)ik= create2_ovc ~suppress_ovwarn ik { fi2_ovc =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.ending ik }
125
125
letof_interval?(suppress_ovwarn=false)ik= create2_ovc ~suppress_ovwarn ik { fi2_ovc =fun (typea) (module I:SOverflow with type t = a and type int_t = int_t) -> I.of_interval ik }
@@ -558,4 +558,4 @@ struct
558
558
letno_bitfield (x: I.t) = {x with v =IntDomTupleImpl.no_bitfield x.v}
559
559
end
560
560
561
-
letof_const (i, ik, str) =IntDomTuple.of_int ik i
561
+
letof_const (i, ik, str) =IntDomTuple.of_int ~suppress_ovwarn:trueik i
0 commit comments