This commit is contained in:
Georges Dupéron 2016-12-14 18:11:25 +01:00
parent 85ff1f085e
commit 781c63d252
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,7 +1,6 @@
#lang racket
(require (for-syntax debug-scopes/named-scopes
type-expander/debug-scopes ;;;
syntax/stx))
(begin-for-syntax