Print the JSON encoding of a vl-elabtask-p to ps.
(vl-jp-elabtask x &key (ps 'ps)) → ps
Function:
(defun vl-jp-elabtask-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-elabtask-p x))) (let ((__function__ 'vl-jp-elabtask)) (declare (ignorable __function__)) (vl-ps-seq (vl-print "{\"tag\": ") (jp-sym ':vl-elabtask) (vl-print ", ") (vl-print-str "\"stmt\": ") (vl-jp-stmt (vl-elabtask->stmt x)) (vl-println? "}"))))