restore a use of `lazy-require'
This change reverts commit 949d12e2c6
, now that `lazy-require'
is supposed to work.
This commit is contained in:
parent
740e5007bb
commit
910a7dc8e7
|
@ -6,8 +6,11 @@
|
||||||
unstable/sequence
|
unstable/sequence
|
||||||
syntax/parse
|
syntax/parse
|
||||||
syntax/parse/experimental/template
|
syntax/parse/experimental/template
|
||||||
(only-in racket/match/patterns bound-vars)
|
unstable/lazy-require))
|
||||||
(only-in racket/match/gen-match go go/one)))
|
|
||||||
|
(begin-for-syntax
|
||||||
|
(lazy-require [racket/match/patterns (bound-vars)]
|
||||||
|
[racket/match/gen-match (go parse-id go/one)]))
|
||||||
|
|
||||||
(provide define-forms)
|
(provide define-forms)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user