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