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