weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
870 stars 67 forks source link

Remove unnecessary lazy-seq call #79

Closed tomdl89 closed 1 year ago

tomdl89 commented 1 year ago

Just noticed as I was checking the source code, that partition-between calls lazy-seq twice in a row (well, with a letfn binding form between them, but that doesn't matter), which is unnecessary. All tests still pass without it, as would be expected. Low priority, no doubt, but worth tidying up I guess.

weavejester commented 1 year ago

Thanks for the patch! Sorry this took so long to merge.