Removed obsolete mzlib/private/plt-match directory.
Moved match implementation to new mzlib/private/match directory. Implement keyword arguments to define-match-expander. svn: r3943 original commit: 931d214b6915080e4daf32a6a702c62ee527442c
This commit is contained in:
parent
1bc986acb6
commit
7d557e8406
|
@ -122,16 +122,16 @@
|
|||
;; FIXME: match-helper and match-error should each be split
|
||||
;; into a compile-time part and a run-time part.
|
||||
|
||||
(require-for-syntax "private/convert-pat.ss"
|
||||
"private/match-helper.ss")
|
||||
(require-for-syntax "private/match/convert-pat.ss"
|
||||
"private/match/match-helper.ss")
|
||||
|
||||
(require-for-template mzscheme)
|
||||
|
||||
(require (prefix plt: "private/match-internal-func.ss")
|
||||
"private/match-expander.ss"
|
||||
"private/match-helper.ss"
|
||||
"private/match-error.ss"
|
||||
"private/test-no-order.ss")
|
||||
(require (prefix plt: "private/match/match-internal-func.ss")
|
||||
"private/match/match-expander.ss"
|
||||
"private/match/match-helper.ss"
|
||||
"private/match/match-error.ss"
|
||||
"private/match/test-no-order.ss")
|
||||
|
||||
|
||||
(define-syntax match-definer
|
||||
|
|
|
@ -144,11 +144,11 @@
|
|||
match-equality-test
|
||||
define-match-expander)
|
||||
|
||||
(require "private/match-internal-func.ss"
|
||||
"private/match-expander.ss"
|
||||
"private/match-helper.ss"
|
||||
"private/match-error.ss"
|
||||
"private/test-no-order.ss")
|
||||
(require "private/match/match-internal-func.ss"
|
||||
"private/match/match-expander.ss"
|
||||
"private/match/match-helper.ss"
|
||||
"private/match/match-error.ss"
|
||||
"private/match/test-no-order.ss")
|
||||
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user