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