Revert "revert use of lazy-require' in
racket/match' implementation"
This reverts commit 949d12e2c6
.
This commit is contained in:
parent
09a51a9b35
commit
eb5f4bb6df
|
@ -5,8 +5,11 @@
|
|||
(only-in racket/list append* remove-duplicates)
|
||||
unstable/sequence
|
||||
syntax/parse
|
||||
(only-in racket/match/patterns bound-vars)
|
||||
(only-in racket/match/gen-match go go/one)))
|
||||
unstable/lazy-require))
|
||||
|
||||
(begin-for-syntax
|
||||
(lazy-require [racket/match/patterns (bound-vars)]
|
||||
[racket/match/gen-match (go parse-id go/one)]))
|
||||
|
||||
(provide define-forms)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user