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