Modifying constructor for simpadd0-gout structures.
(change-simpadd0-gout x [:events <events>] [:thm-name <thm-name>] [:thm-index <thm-index>] [:names-to-avoid <names-to-avoid>])
This is an often useful alternative to make-simpadd0-gout.
We construct a new simpadd0-gout structure that is a copy of
This is an ordinary
Macro:
(defmacro change-simpadd0-gout (x &rest args) (std::change-aggregate 'simpadd0-gout x args '((:events . simpadd0-gout->events) (:thm-name . simpadd0-gout->thm-name) (:thm-index . simpadd0-gout->thm-index) (:names-to-avoid . simpadd0-gout->names-to-avoid)) 'change-simpadd0-gout 'nil))