commit 781c63d252892b28d25353e9ac9edbfd26c7d8f3
parent 85ff1f085eb3c4e6122afdb8646c593dc6003e36
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Wed, 14 Dec 2016 18:11:25 +0100
Cleanup
Diffstat:
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/named-scopes/exptime.rkt b/named-scopes/exptime.rkt
@@ -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
diff --git a/test/named-scopes-test-def.rkt b/test/named-scopes-test-def.rkt
@@ -1,7 +1,6 @@
#lang racket
(require (for-syntax debug-scopes/named-scopes
- type-expander/debug-scopes ;;;
syntax/stx))
(begin-for-syntax