Module type Condition.SConditionMapMTBDD

type value
include Condition_map.LConditionMap with type Cond.t = ConditionMy.t and type L.t = value and type t = value option Bed.mtbdd
module L : Condition_map.L with type t = value
type t = value option Bed.mtbdd
val pretty : (Stdlib.Format.formatter -> L.t -> unit) -> Stdlib.Format.formatter -> t -> unit
val find : join:(L.t -> L.t -> L.t) -> bottom:L.t -> t -> Cond.t -> L.t
val refine : inter:(L.t -> L.t -> L.t) -> t -> cond:Cond.t -> ?notcond:Cond.t -> L.t -> t
val create_partial : t
module MTBDD : Bed.MTBDD with type Terminal.t = L.t option