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