Show the event form generated by defthm-inst, without submitting them.
Macro:
(defmacro show-defthm-inst (thm sothminst &rest options) (cons 'defthm-inst-fn (cons (cons 'quote (cons thm 'nil)) (cons (cons 'quote (cons sothminst 'nil)) (cons (cons 'quote (cons options 'nil)) (cons (cons 'cons (cons ''defthm-inst (cons (cons 'quote (cons thm 'nil)) 'nil))) '(state)))))))
Macro:
(defmacro acl2::show-defthm-inst (&rest args) (cons 'show-defthm-inst args))