A copying macro that lets you create new evmac-appcondp structures, based on existing structures.
Syntax:
(change-evmac-appcond x [:name <name>] [:formula <formula>])
This is a sometimes useful alternative to make-evmac-appcond.
It constructs a new evmac-appcondp structure that is a copy of
This is an ordinary
Macro:
(defmacro change-evmac-appcond (x &rest args) (std::change-aggregate 'evmac-appcond x args '((:name . evmac-appcond->name) (:formula . evmac-appcond->formula)) 'change-evmac-appcond 'nil))