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