Recognizer for maybe-rlp-error structures.
(maybe-rlp-error-p x) → *
Function:
(defun maybe-rlp-error-p (x) (declare (xargs :guard t)) (let ((__function__ 'maybe-rlp-error-p)) (declare (ignorable __function__)) (cond ((not x) (b* nil t)) (t (b* ((fty::val x)) (rlp-error-p fty::val))))))