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