From 2a348611681de826e4fca4c6e798ff4cadafa42c Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 25 Aug 2015 16:12:15 -0400 Subject: [PATCH] Switch back to module context; module-begin seems inappropriate? --- prospect/lang.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospect/lang.rkt b/prospect/lang.rkt index c7be192..1339535 100644 --- a/prospect/lang.rkt +++ b/prospect/lang.rkt @@ -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)