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