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