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