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