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