Prints out optional vl-maybe-timeliteral-p as either null or type.
(vl-jp-maybe-timeliteral x &key (ps 'ps)) → ps
Function:
(defun vl-jp-maybe-timeliteral-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-maybe-timeliteral-p x))) (let ((__function__ 'vl-jp-maybe-timeliteral)) (declare (ignorable __function__)) (if x (vl-jp-timeliteral x) (jp-null))))