(defn report [results] (doseq [[last-result this-result] (partition 2 1 (cons nil results))] (println (report-string last-result this-result))))
Comments top
No comments for report. Log in to add a comment.