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