Process the
(defarbrec-process-print print ctx state) → (mv erp nothing state)
Function:
(defun defarbrec-process-print (print ctx state) (declare (xargs :stobjs (state))) (declare (xargs :guard t)) (let ((__function__ 'defarbrec-process-print)) (declare (ignorable __function__)) (if (defarbrec-printp print) (value nil) (er-soft+ ctx t nil "The :PRINT input must be NIL, :ERROR, :RESULT, or :ALL."))))
Theorem:
(defthm null-of-defarbrec-process-print.nothing (b* (((mv ?erp ?nothing ?state) (defarbrec-process-print print ctx state))) (null nothing)) :rule-classes :rewrite)