(vl-jp-reportcard x &key no-html (ps 'ps)) → ps
Function:
(defun vl-jp-reportcard-fn (x no-html ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (and (vl-reportcard-p x) (booleanp no-html)))) (let ((__function__ 'vl-jp-reportcard)) (declare (ignorable __function__)) (vl-ps-seq (vl-print "{") (vl-jp-reportcard-aux x :no-html no-html) (vl-println "}"))))