Prints out the elements of a vl-assertionlist-p with the enclosing brackets.
(vl-jp-assertionlist x &key (ps 'ps)) → ps
Function:
(defun vl-jp-assertionlist-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (vl-assertionlist-p x))) (let ((__function__ 'vl-jp-assertionlist)) (declare (ignorable __function__)) (vl-ps-seq (vl-print "[") (vl-jp-assertionlist-aux x) (vl-println? "]"))))