From 2c58937008f76bb61a30331b0389b19980da9bb6 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 3 Jun 2018 20:26:26 +0900 Subject: [PATCH] expander: fix comment --- racket/src/expander/expand/module.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/racket/src/expander/expand/module.rkt b/racket/src/expander/expand/module.rkt index 1c3029bb8c..bfba3a292c 100644 --- a/racket/src/expander/expand/module.rkt +++ b/racket/src/expander/expand/module.rkt @@ -255,7 +255,8 @@ (module-begin-k s ctx)))] ;; Also, force `post-expansion` to be right, in case 'module-begin ;; module is triggered within some other mode; a correct value - ;; for `post-expansion` is important to getting scopes right. + ;; for `post-expansion` is important to getting phase-specific + ;; binding right. [post-expansion #:parent root-expand-context (lambda (s) (add-scope s inside-scope))]))