restore a use of `lazy-require'

This change reverts commit 949d12e2c6, now that `lazy-require'
is supposed to work.
This commit is contained in:
Matthew Flatt 2012-11-11 09:24:46 -07:00
parent 740e5007bb
commit 910a7dc8e7

View File

@ -6,8 +6,11 @@
unstable/sequence
syntax/parse
syntax/parse/experimental/template
(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)