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