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