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