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