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