Module Condition.ConditionMapMTBDD
include sig ... end
module Cond : sig ... endtype 'a t = 'a option Bed.mtbddval ar1_bwd :
(module Condition_map.LConditionMap
with type t = 'a t
and type Cond.t = Cond.t
and type L.t = 'a) ->
joina:('a -> 'a -> 'a) ->
bottoma:'a ->
intera:('a -> 'a -> 'a) ->
(module Condition_map.LConditionMap
with type t = 'res t
and type Cond.t = Cond.t
and type L.t = 'res) ->
joinres:('res -> 'res -> 'res) ->
bottomres:'res ->
Cond.t ->
('a -> 'res -> 'a option) ->
'a t ->
'res t ->
Cond.t * 'a tval ar2_bwd :
(module Condition_map.LConditionMap
with type t = 'a t
and type Cond.t = Cond.t
and type L.t = 'a) ->
joina:('a -> 'a -> 'a) ->
bottoma:'a ->
intera:('a -> 'a -> 'a) ->
(module Condition_map.LConditionMap
with type t = 'b t
and type Cond.t = Cond.t
and type L.t = 'b) ->
joinb:('b -> 'b -> 'b) ->
bottomb:'b ->
interb:('b -> 'b -> 'b) ->
(module Condition_map.LConditionMap
with type t = 'res t
and type Cond.t = Cond.t
and type L.t = 'res) ->
joinres:('res -> 'res -> 'res) ->
bottomres:'res ->
Cond.t ->
('a -> 'b -> 'res -> 'a option * 'b option) ->
'a t ->
'b t ->
'res t ->
(Cond.t * 'a t) * (Cond.t * 'b t)val nondet_disjoint :
(module Condition_map.LConditionMap
with type t = 'res t
and type Cond.t = Cond.t
and type L.t = 'res) ->
conda:Cond.t ->
notconda:Cond.t ->
cma:'res t ->
condb:Cond.t ->
notcondb:Cond.t ->
cmb:'res t ->
join:('res -> 'res -> 'res) ->
bottom:'res ->
inter:('res -> 'res -> 'res) ->
old:'res t ->
'res tval nondet_non_disjoint :
(module Condition_map.LConditionMap
with type t = 'res t
and type Cond.t = Cond.t
and type L.t = 'res) ->
conda:Cond.t ->
cma:'res t ->
condb:Cond.t ->
cmb:'res t ->
condaorb:Cond.t ->
notcondaorb:Cond.t ->
join:('res -> 'res -> 'res) ->
bottom:'res ->
inter:('res -> 'res -> 'res) ->
old:'res t ->
'res tval ar1 :
(module SCONDITIONMAP_MTBDD with type value = 'a) ->
(module SCONDITIONMAP_MTBDD with type value = 'res) ->
'b ->
('a -> 'res) ->
'a option Bed.mtbdd ->
'res option Bed.mtbdd ->
'res option Bed.mtbddval ar2 :
(module SCONDITIONMAP_MTBDD with type value = 'a) ->
(module SCONDITIONMAP_MTBDD with type value = 'b) ->
(module SCONDITIONMAP_MTBDD with type value = 'res) ->
'c ->
('a -> 'b -> 'res) ->
'a option Bed.mtbdd ->
'b option Bed.mtbdd ->
'res option Bed.mtbdd ->
'res option Bed.mtbdd