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