Add precision to sequence-fold's doc.

This commit is contained in:
Vincent St-Amour 2011-08-16 12:02:20 -04:00
parent ff0d843a09
commit d05f138ed2

View File

@ -516,7 +516,8 @@ in the sequence.
(void)]{
Folds @racket[f] over each element of @racket[s] with @racket[i] as
the initial accumulator. If @racket[s] is infinite, this function
does not terminate.}
does not terminate. @racket[f] takes the accumulator as its first argument
and the next sequence element as its second.}
@defproc[(sequence-count [f procedure?] [s sequence?])
exact-nonnegative-integer?]{