MakeConditionMapTreePI.MakeConditionMap
module L : Condition_map.L
include sig ... end
module L : sig ... end
module Cond : sig ... end
type t = L.t ConditionMapTree.t
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
type value = L.t