closes all/15598 from gnats

Thanks, btmeehan@gmail.com
This commit is contained in:
Matthias Felleisen 2019-04-05 20:37:00 -04:00 committed by GitHub
parent b6db4f7be1
commit 9faa315a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ In more detail, patterns match as follows:
@item{@racket[_id] (excluding the reserved names @racketidfont{_},
@racketidfont{...}, @racketidfont{___},
@racketidfont{..}@racket[_k], and
@racketidfont{..}@racket[_k] for non-negative integers
@racketidfont{__}@racket[_k] for non-negative integers
@racket[_k]) @margin-note{Unlike in @racket[cond] and @racket[case],
@racket[else] is not a keyword in @racket[match].} or @racket[(var _id)]
--- matches anything, and binds @racket[_id] to the