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