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