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