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