(bed-op-eqv) → op
Function:
(defun bed-op-eqv$inline nil (declare (xargs :guard t)) (let ((__function__ 'bed-op-eqv)) (declare (ignorable __function__)) 9))
Theorem:
(defthm bed-op-p-of-bed-op-eqv (b* ((op (bed-op-eqv$inline))) (bed-op-p op)) :rule-classes :rewrite)
Theorem:
(defthm bed-op-eval-of-eqv (equal (bed-op-eval (bed-op-eqv) x y) (b-eqv x y)))