(sd-pp-problemlist-brief x &key (ps 'ps)) → ps
Function:
(defun sd-pp-problemlist-brief-fn (x ps) (declare (xargs :stobjs (ps))) (declare (xargs :guard (sd-problemlist-p x))) (let ((__function__ 'sd-pp-problemlist-brief)) (declare (ignorable __function__)) (if (atom x) ps (vl-ps-seq (sd-pp-problem-brief (car x)) (sd-pp-problemlist-brief (cdr x))))))