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