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