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