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