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