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