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