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