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