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