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