fix grammar for fully expanded submodules
This commit is contained in:
parent
07e5526d6a
commit
e68db772b2
|
@ -201,12 +201,15 @@ the binding (according to @racket[free-identifier=?]) matters.}
|
|||
[module-level-form general-top-level-form
|
||||
(#%provide raw-provide-spec ...)
|
||||
(begin-for-syntax module-level-form ...)
|
||||
(module id module-path
|
||||
module-level-form ...)
|
||||
(module id module-path
|
||||
(#%plain-module-begin
|
||||
module-level-form ...))
|
||||
(module* id module-path
|
||||
module-level-form ...)
|
||||
(#%plain-module-begin
|
||||
module-level-form ...))
|
||||
(module* id #f
|
||||
module-level-form ...)]
|
||||
(#%plain-module-begin
|
||||
module-level-form ...))]
|
||||
[general-top-level-form expr
|
||||
(define-values (id ...) expr)
|
||||
(define-syntaxes (id ...) expr)
|
||||
|
|
Loading…
Reference in New Issue
Block a user