Also provide make-named-scope directly from (require debug-scopes)

This commit is contained in:
Georges Dupéron 2016-12-15 00:28:29 +01:00
parent 437fd0daff
commit b23f2eaad9
3 changed files with 3 additions and 5 deletions

View File

@ -1,2 +1,3 @@
#lang reprovide #lang reprovide
debug-scopes/superscripts debug-scopes/superscripts
debug-scopes/named-scopes/exptime

View File

@ -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

View File

@ -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