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