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