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