Constructor macro for honsed boundrw-subst-p structures.
Syntax:
(make-honsed-boundrw-subst [:lhs <lhs>] [:rhs <rhs>] [:alist <alist>])
This is identical to make-boundrw-subst, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-boundrw-subst (&rest args) (std::make-aggregate 'boundrw-subst args '((:lhs) (:rhs) (:alist)) 'make-honsed-boundrw-subst t))