Add quote-syntax and #%plain-module-begin to kernel-form-identifier-list

This commit is contained in:
Alexis King 2018-04-24 14:20:51 -05:00
parent b8c398cc69
commit b87793640b
2 changed files with 6 additions and 1 deletions

View File

@ -66,4 +66,7 @@ In addition to the identifiers listed in @secref[#:doc '(lib
"scribblings/reference/reference.scrbl") "fully-expanded"], the list
includes @racket[letrec-syntaxes+values], which is the core form for
local expand-time binding and can appear in the result of
@racket[local-expand].}
@racket[local-expand].
@history[#:changed "6.90.0.27" @elem{Added @racket[quote-syntax] and @racket[#%plain-module-begin] to
the list, which had previously been unintentionally missing.}]}

View File

@ -102,6 +102,7 @@
case-lambda
if
quote
quote-syntax
letrec-syntaxes+values
with-continuation-mark
#%expression
@ -109,6 +110,7 @@
#%top
#%datum
#%variable-reference
#%plain-module-begin
module module* #%provide #%require #%declare))))
(provide kernel-syntax-case