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