generalized `begin-for-syntax'
original commit: d3c56c9f13327d07513f8b6bf7ea0230acb7f489
This commit is contained in:
parent
48766fe47f
commit
386f74eb98
|
@ -1293,7 +1293,7 @@
|
|||
[syntax-local-make-delta-introducer (-> (-Syntax Sym) (-> (-Syntax Sym) (-Syntax Sym)))]
|
||||
|
||||
[syntax-local-transforming-module-provides? (-> B)]
|
||||
[syntax-local-module-defined-identifiers (-> (-values (list (-Syntax Sym) (-Syntax Sym))))]
|
||||
[syntax-local-module-defined-identifiers (-> (-HT (Un B -Int) (-lst (-Syntax Sym))))]
|
||||
[syntax-local-module-required-identifiers (-> (-opt -Module-Path) (Un B -Int) (-lst (-pair (-opt -Int) (-lst (-Syntax Sym)))))]
|
||||
|
||||
;Section 11.5
|
||||
|
|
|
@ -187,7 +187,7 @@
|
|||
[(#%require . _) (void)]
|
||||
[(#%provide . _) (void)]
|
||||
[(define-syntaxes . _) (void)]
|
||||
[(define-values-for-syntax . _) (void)]
|
||||
[(begin-for-syntax . _) (void)]
|
||||
|
||||
;; FIXME - we no longer need these special cases
|
||||
;; these forms are handled in pass1
|
||||
|
|
Loading…
Reference in New Issue
Block a user