(vl-lucid-modinst-nicely-resolved-p x) → *
Function:
(defun vl-lucid-modinst-nicely-resolved-p (x) (declare (xargs :guard (vl-modinst-p x))) (let ((__function__ 'vl-lucid-modinst-nicely-resolved-p)) (declare (ignorable __function__)) (b* (((vl-modinst x))) (vl-arguments-case x.portargs (:vl-arguments-named nil) (:vl-arguments-plain (vl-lucid-plainarglist-nicely-resolved-p x.portargs.args))))))
Theorem:
(defthm vl-lucid-modinst-nicely-resolved-p-of-vl-modinst-fix-x (equal (vl-lucid-modinst-nicely-resolved-p (vl-modinst-fix x)) (vl-lucid-modinst-nicely-resolved-p x)))
Theorem:
(defthm vl-lucid-modinst-nicely-resolved-p-vl-modinst-equiv-congruence-on-x (implies (vl-modinst-equiv x x-equiv) (equal (vl-lucid-modinst-nicely-resolved-p x) (vl-lucid-modinst-nicely-resolved-p x-equiv))) :rule-classes :congruence)