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