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