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