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