(defn report-lines "Build the report lines from context, name, and story." [last-result this-result] (concat (context-lines last-result this-result) [(name-line this-result)] (story-lines this-result)))
Comments top
No comments for report-lines. Log in to add a comment.