Cleanup
This commit is contained in:
parent
85ff1f085e
commit
781c63d252
|
@ -1,10 +1,10 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
(require (for-template '#%kernel)
|
(require (for-template '#%kernel)
|
||||||
type-expander/debug-scopes
|
debug-scopes
|
||||||
racket/syntax
|
racket/syntax
|
||||||
racket/struct
|
racket/struct
|
||||||
type-expander/debug-scopes)
|
debug-scopes)
|
||||||
|
|
||||||
(provide make-named-scope
|
(provide make-named-scope
|
||||||
named-transformer
|
named-transformer
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#lang racket
|
#lang racket
|
||||||
|
|
||||||
(require (for-syntax debug-scopes/named-scopes
|
(require (for-syntax debug-scopes/named-scopes
|
||||||
type-expander/debug-scopes ;;;
|
|
||||||
syntax/stx))
|
syntax/stx))
|
||||||
|
|
||||||
(begin-for-syntax
|
(begin-for-syntax
|
||||||
|
|
Loading…
Reference in New Issue
Block a user