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