Module type CuddPIPartition.SConditionMap

type value
module L : sig ... end
module Cond : sig ... end
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
val fold_with_cond : t -> Cond.t -> 'a -> (L.t -> Cond.t -> 'a -> 'a) -> 'a