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