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