Recognizer for branch-list-result structures.
(branch-list-resultp acl2::x) → *
Function:
(defun branch-list-resultp (acl2::x) (declare (xargs :guard t)) (let ((__function__ 'branch-list-resultp)) (declare (ignorable __function__)) (cond ((branch-listp acl2::x) (b* ((get acl2::x)) (branch-listp get))) (t (b* ((get acl2::x)) (reserrp get))))))