Process the
(defarbrec-process-show-only show-only ctx state) → (mv erp nothing state)
Function:
(defun defarbrec-process-show-only (show-only ctx state) (declare (xargs :stobjs (state))) (declare (xargs :guard t)) (let ((__function__ 'defarbrec-process-show-only)) (declare (ignorable __function__)) (ensure-value-is-boolean$ show-only "The :SHOW-ONLY input" t nil)))