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?
yep, that sounds wrong
I pushed a commit that deletes that sentence.
according to git history, it was always wrong
@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.)
git log -S "a list of roses"
is a good trick for finding where it came from