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