Integer.SimplifiedValueSourceUse the simplified signature for handling homogenous operators
module I = Mopsa.ItvUtils.IntItvmodule FI = Mopsa.ItvUtils.FloatItvinclude sig ... endval id : t Core__Id.idval 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_botval compare :
Mopsa.operator ->
bool ->
'a ->
I.t Mopsa.Bot.with_bot ->
'b ->
I.t Mopsa.Bot.with_bot ->
I.t Mopsa.Bot.with_bot * I.t Mopsa.Bot.with_bot