Recognizer for smtlink-hint-syntax.
(smtlink-hint-syntax-p term) → syntax-good?
Function:
(defun smtlink-hint-syntax-p (term) (declare (xargs :guard t)) (let ((acl2::__function__ 'smtlink-hint-syntax-p)) (declare (ignorable acl2::__function__)) (smtlink-hint-syntax-p-helper term nil)))
Theorem:
(defthm booleanp-of-smtlink-hint-syntax-p (b* ((syntax-good? (smtlink-hint-syntax-p term))) (booleanp syntax-good?)) :rule-classes :rewrite)