diff --git a/collects/mzlib/match.ss b/collects/mzlib/match.ss index 47d4b74..59c7316 100644 --- a/collects/mzlib/match.ss +++ b/collects/mzlib/match.ss @@ -117,8 +117,7 @@ match-equality-test exn:misc:match? exn:misc:match-value - define-match-expander - match:test-no-order) + define-match-expander) ;; FIXME: match-helper and match-error should each be split ;; into a compile-time part and a run-time part. diff --git a/collects/mzlib/plt-match.ss b/collects/mzlib/plt-match.ss index 1c7ba68..8ae5725 100644 --- a/collects/mzlib/plt-match.ss +++ b/collects/mzlib/plt-match.ss @@ -142,8 +142,7 @@ exn:misc:match? exn:misc:match-value match-equality-test - define-match-expander - match:test-no-order) + define-match-expander) (require "private/match-internal-func.ss" "private/match-expander.ss"