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