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