(jp-maybe-string x &key (ps 'ps)) → ps
Function:
(defun jp-maybe-string-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (maybe-stringp x))) (let ((__function__ 'jp-maybe-string)) (declare (ignorable __function__)) (if x (jp-str x) (vl-print "null"))))