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