Recognizer for wellformed-result structures.
(wellformed-resultp acl2::x) → *
Function:
(defun wellformed-resultp (acl2::x) (declare (xargs :guard t)) (let ((__function__ 'wellformed-resultp)) (declare (ignorable __function__)) (cond ((wellformedp acl2::x) (b* ((get acl2::x)) (wellformedp get))) (t (b* ((get acl2::x)) (reserrp get))))))