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