add `prop:liberal-define-context'

original commit: 39a96dd699a7bb287668cf97d76698fcbb3df1aa
This commit is contained in:
Matthew Flatt 2011-08-07 13:16:32 -06:00
parent 88cec89c03
commit 4138a2dc50

View File

@ -4,7 +4,8 @@
syntax/kerncase
syntax/boundmap
syntax/define
syntax/flatten-begin))
syntax/flatten-begin
syntax/context))
(provide define-package
package-begin
@ -141,11 +142,7 @@
stx
exports)])])
(let* ([def-ctx (syntax-local-make-definition-context)]
[ctx (cons (gensym 'intdef)
(let ([orig-ctx (syntax-local-context)])
(if (pair? orig-ctx)
orig-ctx
null)))]
[ctx (generate-expand-context #t)]
[pre-package-id (lambda (id def-ctxes)
(identifier-remove-from-definition-context
id