Get the test field from a svtv-condoverride.
(svtv-condoverride->test x) → test
This is an ordinary field accessor created by defprod.
Function:
(defun svtv-condoverride->test$inline (x) (declare (xargs :guard (svtv-condoverride-p x))) (declare (xargs :guard t)) (let ((__function__ 'svtv-condoverride->test)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (svtv-baseentry-fix (std::da-nth 1 x))) :exec (std::da-nth 1 x))))
Theorem:
(defthm svtv-baseentry-p-of-svtv-condoverride->test (b* ((test (svtv-condoverride->test$inline x))) (svtv-baseentry-p test)) :rule-classes :rewrite)
Theorem:
(defthm svtv-condoverride->test$inline-of-svtv-condoverride-fix-x (equal (svtv-condoverride->test$inline (svtv-condoverride-fix x)) (svtv-condoverride->test$inline x)))
Theorem:
(defthm svtv-condoverride->test$inline-svtv-condoverride-equiv-congruence-on-x (implies (svtv-condoverride-equiv x x-equiv) (equal (svtv-condoverride->test$inline x) (svtv-condoverride->test$inline x-equiv))) :rule-classes :congruence)