Modifying constructor for expr-const structures.
(change-expr-const x
[:const <const>]
[:info <info>])
This is an often useful alternative to make-expr-const.
We construct a new expr-const structure that is a copy of
This is an ordinary
Macro:
(defmacro change-expr-const (x &rest args) (std::change-aggregate 'expr-const x args '((:const . expr-const->const) (:info . expr-const->info)) 'change-expr-const 'remake-expr-const))