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