Integer.ValueSourceinclude module type of struct include SimplifiedValue endmodule I = SimplifiedValue.Imodule FI = SimplifiedValue.FIval unop :
Mopsa.operator ->
'a ->
I.t Mopsa.Bot.with_bot ->
Mopsa.typ ->
I.t Mopsa.Bot.with_botval binop :
Mopsa.operator ->
'a ->
I.t Mopsa.Bot.with_bot ->
'b ->
I.t Mopsa.Bot.with_bot ->
Mopsa.typ ->
I.t Mopsa.Bot.with_botval backward_unop :
Mopsa.operator ->
'a ->
I.t Mopsa.Bot.with_bot ->
'b ->
I.t Mopsa.Bot.with_bot ->
I.t Mopsa.Bot.with_botval backward_binop :
Mopsa.operator ->
'a ->
I.t Mopsa.Bot.with_bot ->
'b ->
I.t Mopsa.Bot.with_bot ->
'c ->
I.t Mopsa.Bot.with_bot ->
I.t Mopsa.Bot.with_bot * I.t Mopsa.Bot.with_botmodule V : sig ... endinclude module type of struct include V endtype t = SimplifiedValue.tval id : t Core.All.idval accept_type : Core.All.typ -> boolval bottom : tval top : tval is_bottom : t -> boolval widen : 'a Core.All.ctx -> t -> t -> tval avalue : 'r Core.All.avalue_kind -> t -> 'r optionval backward :
('v, t) Abstraction__Value.value_man ->
Core.All.expr ->
t Abstraction__Value.vexpr ->
'v ->
t Abstraction__Value.vexprval filter : bool -> Core.All.typ -> t -> tval compare :
('v, t) Abstraction__Value.value_man ->
Core.All.operator ->
bool ->
Core.All.expr ->
t ->
Core.All.expr ->
t ->
t * tval eval_ext :
('v, t) Abstraction__Value.value_man ->
Core.All.expr ->
'v optionval compare_ext :
('v, t) Abstraction__Value.value_man ->
Core.All.operator ->
bool ->
Core.All.expr ->
'v ->
Core.All.expr ->
'v ->
('v * 'v) optionval ask :
('v, t) Abstraction__Value.value_man ->
('a, 'r) Core.All.query ->
'r optionval print : Core.All.printer -> t -> unitval cast :
('a, 'b) Mopsa.Sig.Abstraction.Value.value_man ->
Mopsa.expr ->
Mopsa.ItvUtils.FloatItvNan.II.t Utils_core.Bot.with_botCast a non-integer value to an integer
val backward_ext_cast :
('a, 'b) Mopsa.Sig.Abstraction.Value.value_man ->
Mopsa.expr ->
'a Mopsa.Sig.Abstraction.Value.vexpr ->
Mopsa.ItvUtils.FloatItvNan.II.t Mopsa.Bot.with_bot ->
'a Mopsa.Sig.Abstraction.Value.vexpr optionval backward_ext :
('a, Mopsa.ItvUtils.FloatItvNan.II.t Mopsa.Bot.with_bot)
Mopsa.Sig.Abstraction.Value.value_man ->
Mopsa.expr ->
'a Mopsa.Sig.Abstraction.Value.vexpr ->
'a ->
'a Mopsa.Sig.Abstraction.Value.vexpr option