Revert "revert use of lazy-require' in racket/match' implementation"

This reverts commit 949d12e2c6.
This commit is contained in:
Ryan Culpepper 2012-07-26 12:16:19 -04:00
parent 09a51a9b35
commit eb5f4bb6df

View File

@ -5,8 +5,11 @@
(only-in racket/list append* remove-duplicates) (only-in racket/list append* remove-duplicates)
unstable/sequence unstable/sequence
syntax/parse syntax/parse
(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)