Add some missing history annotations.

Thanks to @mflatt for pointing this out.
This commit is contained in:
Sam Tobin-Hochstadt 2015-03-13 10:19:58 -04:00
parent e1bfebe7b8
commit a5be431a74
2 changed files with 6 additions and 1 deletions

View File

@ -511,7 +511,10 @@ Like @racket[match-let], but generalizes @racket[letrec].}
@defform[(match-letrec-values ([(pat ...) expr] ...) body ...+)]{
Like @racket[match-let], but generalizes @racket[letrec-values].}
Like @racket[match-let], but generalizes @racket[letrec-values].
@history[#:added "6.1.1.8"]
}
@defform[(match-define pat expr)]{

View File

@ -47,4 +47,6 @@ expr]] are allowed, and they are preserved in the expansion.}
If @racket[err-no-body?] is true, then there must be a right-hand side
expression or else it is a syntax error. The @racket[err-no-body?] argument
is true for uses of @racket[normalize-definition].
@history[#:added "6.1.1.8"]
}