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