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