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