Recognize true lists of well-formed
(pseudo-tests-and-call-listp x) → std::bool
This is an ordinary std::deflist. It is
"strict" in that it requires
Function:
(defun pseudo-tests-and-call-listp (x) (declare (xargs :guard t)) (let ((__function__ 'pseudo-tests-and-call-listp)) (declare (ignorable __function__)) (if (consp x) (and (pseudo-tests-and-callp (car x)) (pseudo-tests-and-call-listp (cdr x))) (null x))))