Recognizer for boolean-result structures.
(boolean-resultp x) → *
Function:
(defun boolean-resultp (x) (declare (xargs :guard t)) (let ((__function__ 'boolean-resultp)) (declare (ignorable __function__)) (cond ((booleanp x) (b* ((get x)) (booleanp get))) (t (b* ((get x)) (fty::reserrp get))))))