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