Switch back to module context; module-begin seems inappropriate?

This commit is contained in:
Tony Garnock-Jones 2015-08-25 16:12:15 -04:00
parent f6be642c97
commit 2a34861168
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
;;(pretty-print (syntax->datum final-stx))
final-stx)
(syntax-case (local-expand (car forms)
'module-begin
'module
(kernel-form-identifier-list)) ()
[(head rest ...)
(if (free-identifier=? #'head #'begin)