Provide an make-module-like-named-scope alias for make-named-scope, which will always produce a module-like named scope, even if later versions of Racket enable macro-like named scopes.
This commit is contained in:
parent
c1b12f7aaa
commit
c50e014c78
|
@ -7,6 +7,7 @@
|
|||
debug-scopes/named-scopes-sli-parameter)
|
||||
|
||||
(provide make-named-scope
|
||||
(rename-out [make-named-scope make-module-like-named-scope])
|
||||
named-transformer)
|
||||
|
||||
(define (make-named-scope nm)
|
||||
|
|
Loading…
Reference in New Issue
Block a user