Fix up documentation on count. Count is more similar to filter-map than it is to filter since it can accept multiple lists.
This commit is contained in:
parent
b450aa8af6
commit
e4a48723b3
|
@ -1084,7 +1084,7 @@ building the intermediate list.
|
|||
@defproc[(count [proc procedure?] [lst list?] ...+)
|
||||
exact-nonnegative-integer?]{
|
||||
|
||||
Returns @racket[(length (filter proc lst ...))], but without building
|
||||
Returns @racket[(length (filter-map proc lst ...))], but without building
|
||||
the intermediate list.
|
||||
|
||||
@mz-examples[#:eval list-eval
|
||||
|
|
Loading…
Reference in New Issue
Block a user