Fix documentation of the for: macros.

This commit is contained in:
Vincent St-Amour 2011-06-07 21:13:24 -04:00
parent 7f55680028
commit d732c12b96

View File

@ -505,8 +505,9 @@ variants.
]]{ ]]{
These behave like their non-annotated counterparts, with the exception These behave like their non-annotated counterparts, with the exception
that @racket[#:when] clauses can only appear as the last that @racket[#:when] clauses can only appear as the last
@racket[for:-clause]. The last @racket[expr] of the body must have @racket[for:-clause]. The return value of the entire form must be of
type @racket[u]. type @racket[u]. For example, a @racket[for/list:] form would be
annotated with a @racket[Listof] type.
} }
@deftogether[[ @deftogether[[