Process the
(defmapping-process-name name ctx state) → (mv erp nothing state)
Function:
(defun defmapping-process-name (name ctx state) (declare (xargs :stobjs (state))) (declare (xargs :guard t)) (let ((__function__ 'defmapping-process-name)) (declare (ignorable __function__)) (b* (((er &) (ensure-value-is-symbol$ name "The first input" t nil)) ((er &) (ensure-symbol-not-keyword$ name "The first input" t nil))) (value nil))))
Theorem:
(defthm null-of-defmapping-process-name.nothing (b* (((mv ?erp ?nothing ?state) (defmapping-process-name name ctx state))) (null nothing)) :rule-classes :rewrite)