Modifying constructor for quantifier-exists structures.
(change-quantifier-exists x )
This is an often useful alternative to make-quantifier-exists.
We construct a new quantifier-exists structure that is a copy of
This is an ordinary
Macro:
(defmacro change-quantifier-exists (x &rest args) (std::change-aggregate 'quantifier-exists x args 'nil 'change-quantifier-exists 'nil))