add missing history annotation

This commit is contained in:
Robby Findler 2016-02-26 08:10:25 -06:00
parent 990555cd8d
commit 7151d6d034

View File

@ -1070,7 +1070,10 @@ invocations of the function).
If @racket[(values range-expr ...)] is used as the last sub-form of If @racket[(values range-expr ...)] is used as the last sub-form of
@racket[->], the function must produce a result for each contract, and @racket[->], the function must produce a result for each contract, and
each value must match its respective contract.} each value must match its respective contract.
@history[#:changed "6.4.0.5" @list{Added support for ellipses}]
}
@defform*/subs[#:literals (any values) @defform*/subs[#:literals (any values)