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