Recognizer for input-section-result structures.
(input-section-resultp acl2::x) → *
Function:
(defun input-section-resultp (acl2::x) (declare (xargs :guard t)) (let ((__function__ 'input-section-resultp)) (declare (ignorable __function__)) (cond ((input-sectionp acl2::x) (b* ((get acl2::x)) (input-sectionp get))) (t (b* ((get acl2::x)) (reserrp get))))))
Theorem:
(defthm consp-when-input-section-resultp (implies (input-section-resultp acl2::x) (consp acl2::x)) :rule-classes :compound-recognizer)