Fork me on GitHub
#test-check
<
2020-07-11
>
sogaiu10:07:47

i am confused by this line of documentation: https://github.com/clojure/test.check/blob/master/src/main/clojure/clojure/test/check/rose_tree.cljc#L90 > Takes a list of roses, not a rose Is it possible what was meant was actually: > Takes a rose, not a list of roses as the functions that follow (i.e. permutations, zip, remove, etc.) all seem to take a list of roses, but filter does not?

gfredericks12:07:05

yep, that sounds wrong

gfredericks12:07:19

I pushed a commit that deletes that sentence.

gfredericks12:07:26

according to git history, it was always wrong

sogaiu12:07:49

@gfredericks thanks! (i didn't chase down the full history, but i also found that as far back as a i looked the sentence was the same.)

gfredericks12:07:51

git log -S "a list of roses" is a good trick for finding where it came from

👍 3
thanks2 3