DomPIPartition.MakeConditionMap
module L : sig ... end
type value = L.t
type t = L.t ConditionMap.t
val create_partial : 'a M.t
val pretty : Stdlib.Format.formatter -> L.t M.t -> unit
val find : join:'a -> bottom:'b -> L.t M.t -> Condition.t -> L.t
val refine : inter:(L.t -> L.t -> L.t) -> L.t M.t -> cond:Condition.t -> L.t -> L.t M.t