remove useless requires
This commit is contained in:
parent
ce1bf2503d
commit
3a7bf955c0
|
@ -1,15 +1,9 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require syntax/stx
|
(require racket/syntax
|
||||||
syntax/private/id-table
|
|
||||||
syntax/keyword
|
|
||||||
racket/syntax
|
|
||||||
racket/pretty
|
racket/pretty
|
||||||
syntax/parse/private/residual-ct ;; keep abs. path
|
syntax/parse/private/residual-ct ;; keep abs. path
|
||||||
"minimatch.rkt"
|
"minimatch.rkt"
|
||||||
"rep-attrs.rkt"
|
|
||||||
"rep-data.rkt"
|
|
||||||
"rep-patterns.rkt"
|
"rep-patterns.rkt"
|
||||||
"rep.rkt"
|
|
||||||
"kws.rkt")
|
"kws.rkt")
|
||||||
(provide (struct-out pk1)
|
(provide (struct-out pk1)
|
||||||
(rename-out [optimize-matrix0 optimize-matrix]))
|
(rename-out [optimize-matrix0 optimize-matrix]))
|
||||||
|
|
|
@ -1,15 +1,12 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require racket/contract/base
|
(require racket/contract/base
|
||||||
racket/dict
|
racket/dict
|
||||||
racket/list
|
|
||||||
syntax/private/id-table
|
syntax/private/id-table
|
||||||
racket/syntax
|
racket/syntax
|
||||||
syntax/parse/private/residual-ct ;; keep abs. path
|
syntax/parse/private/residual-ct ;; keep abs. path
|
||||||
"make.rkt"
|
"make.rkt"
|
||||||
"minimatch.rkt"
|
"minimatch.rkt"
|
||||||
"kws.rkt"
|
"kws.rkt")
|
||||||
"rep-attrs.rkt"
|
|
||||||
"rep-patterns.rkt")
|
|
||||||
;; from residual.rkt
|
;; from residual.rkt
|
||||||
(provide (struct-out stxclass)
|
(provide (struct-out stxclass)
|
||||||
(struct-out options)
|
(struct-out options)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require syntax/parse/private/residual-ct ;; keep abs. path
|
(require syntax/parse/private/residual-ct ;; keep abs. path
|
||||||
"rep-attrs.rkt"
|
"rep-attrs.rkt"
|
||||||
"kws.rkt"
|
|
||||||
"minimatch.rkt"
|
"minimatch.rkt"
|
||||||
racket/syntax)
|
racket/syntax)
|
||||||
(provide (all-defined-out))
|
(provide (all-defined-out))
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
#lang racket/base
|
#lang racket/base
|
||||||
(require (for-template racket/base
|
(require (for-template racket/base
|
||||||
racket/stxparam
|
|
||||||
syntax/parse/private/keywords
|
syntax/parse/private/keywords
|
||||||
syntax/parse/private/residual ;; keep abs. path
|
syntax/parse/private/residual ;; keep abs. path
|
||||||
syntax/parse/private/runtime)
|
syntax/parse/private/runtime)
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
syntax/strip-context
|
syntax/strip-context
|
||||||
racket/private/sc
|
racket/private/sc
|
||||||
racket/syntax
|
racket/syntax
|
||||||
"rep-attrs.rkt"
|
|
||||||
"rep-data.rkt"))
|
"rep-data.rkt"))
|
||||||
|
|
||||||
(provide with
|
(provide with
|
||||||
|
|
Loading…
Reference in New Issue
Block a user