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