Also provide make-named-scope directly from (require debug-scopes)
This commit is contained in:
parent
437fd0daff
commit
b23f2eaad9
3
main.rkt
3
main.rkt
|
@ -1,2 +1,3 @@
|
||||||
#lang reprovide
|
#lang reprovide
|
||||||
debug-scopes/superscripts
|
debug-scopes/superscripts
|
||||||
|
debug-scopes/named-scopes/exptime
|
|
@ -1,10 +1,9 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
(require (for-template '#%kernel)
|
(require (for-template '#%kernel)
|
||||||
debug-scopes
|
|
||||||
racket/syntax
|
racket/syntax
|
||||||
racket/struct
|
racket/struct
|
||||||
debug-scopes
|
debug-scopes/superscripts
|
||||||
debug-scopes/named-scopes-sli-parameter)
|
debug-scopes/named-scopes-sli-parameter)
|
||||||
|
|
||||||
(provide make-named-scope
|
(provide make-named-scope
|
||||||
|
|
|
@ -74,8 +74,6 @@
|
||||||
|
|
||||||
@section{Hack for named scopes}
|
@section{Hack for named scopes}
|
||||||
|
|
||||||
@defmodule[debug-scopes/named-scopes]
|
|
||||||
|
|
||||||
Module scopes bear are annotated by Racket with the name of the module. As of
|
Module scopes bear are annotated by Racket with the name of the module. As of
|
||||||
December 2016, other scopes like macro scopes@note{Both the ones implicitly
|
December 2016, other scopes like macro scopes@note{Both the ones implicitly
|
||||||
created when a macro is called, and the ones explicitly created via
|
created when a macro is called, and the ones explicitly created via
|
||||||
|
|
Loading…
Reference in New Issue
Block a user