Modifying constructor for binop-gt structures.
(change-binop-gt x )
This is an often useful alternative to make-binop-gt.
We construct a new binop-gt structure that is a copy of
This is an ordinary
Macro:
(defmacro change-binop-gt (x &rest args) (std::change-aggregate 'binop-gt x args 'nil 'change-binop-gt 'nil))