(defn get-pretty-writer [writer] (if (pretty-writer? writer) writer (pretty-writer writer *print-right-margin* *print-miser-width*)))
Comments top
No comments for get-pretty-writer. Log in to add a comment.