Recognizer for svtv-condoverride structures.
(svtv-condoverride-p x) → *
Function:
(defun svtv-condoverride-p (x) (declare (xargs :guard t)) (let ((__function__ 'svtv-condoverride-p)) (declare (ignorable __function__)) (and (true-listp x) (eql (len x) 2) (b* ((value (std::da-nth 0 x)) (test (std::da-nth 1 x))) (and (svtv-baseentry-p value) (svtv-baseentry-p test))))))
Theorem:
(defthm consp-when-svtv-condoverride-p (implies (svtv-condoverride-p x) (consp x)) :rule-classes :compound-recognizer)