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