Module type Condition_map.CONDITION
The type of conditions. This can be viewed as formulas, or as sets of valuations satisfying the formula.
val pretty : Stdlib.Format.formatter -> t -> unitval equal : t -> t -> boolval disjoint : t -> t -> boolval is_included : t -> t -> bool