Get the affect field from a atc-fn-info.
(atc-fn-info->affect x) → affect
This is an ordinary field accessor created by fty::defprod.
Function:
(defun atc-fn-info->affect$inline (x) (declare (xargs :guard (atc-fn-infop x))) (declare (xargs :guard t)) (let ((__function__ 'atc-fn-info->affect)) (declare (ignorable __function__)) (mbe :logic (b* ((x (and t x))) (symbol-list-fix (cdr (std::da-nth 3 x)))) :exec (cdr (std::da-nth 3 x)))))
Theorem:
(defthm symbol-listp-of-atc-fn-info->affect (b* ((affect (atc-fn-info->affect$inline x))) (symbol-listp affect)) :rule-classes :rewrite)
Theorem:
(defthm atc-fn-info->affect$inline-of-atc-fn-info-fix-x (equal (atc-fn-info->affect$inline (atc-fn-info-fix x)) (atc-fn-info->affect$inline x)))
Theorem:
(defthm atc-fn-info->affect$inline-atc-fn-info-equiv-congruence-on-x (implies (atc-fn-info-equiv x x-equiv) (equal (atc-fn-info->affect$inline x) (atc-fn-info->affect$inline x-equiv))) :rule-classes :congruence)