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