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