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