Add quote-syntax and #%plain-module-begin to kernel-form-identifier-list
This commit is contained in:
parent
b8c398cc69
commit
b87793640b
|
@ -66,4 +66,7 @@ In addition to the identifiers listed in @secref[#:doc '(lib
|
||||||
"scribblings/reference/reference.scrbl") "fully-expanded"], the list
|
"scribblings/reference/reference.scrbl") "fully-expanded"], the list
|
||||||
includes @racket[letrec-syntaxes+values], which is the core form for
|
includes @racket[letrec-syntaxes+values], which is the core form for
|
||||||
local expand-time binding and can appear in the result of
|
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.}]}
|
||||||
|
|
|
@ -102,6 +102,7 @@
|
||||||
case-lambda
|
case-lambda
|
||||||
if
|
if
|
||||||
quote
|
quote
|
||||||
|
quote-syntax
|
||||||
letrec-syntaxes+values
|
letrec-syntaxes+values
|
||||||
with-continuation-mark
|
with-continuation-mark
|
||||||
#%expression
|
#%expression
|
||||||
|
@ -109,6 +110,7 @@
|
||||||
#%top
|
#%top
|
||||||
#%datum
|
#%datum
|
||||||
#%variable-reference
|
#%variable-reference
|
||||||
|
#%plain-module-begin
|
||||||
module module* #%provide #%require #%declare))))
|
module module* #%provide #%require #%declare))))
|
||||||
|
|
||||||
(provide kernel-syntax-case
|
(provide kernel-syntax-case
|
||||||
|
|
Loading…
Reference in New Issue
Block a user