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