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