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