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