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