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