From 8f7def89272d90870931ce1846da53d4106c001a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 26 May 2008 19:51:06 +0000 Subject: [PATCH] fix some phase issues in 'match' implementation svn: r9963 original commit: d1628d623897acc07bb14d01507f4539849e907a --- collects/parser-tools/private-lex/re.ss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/parser-tools/private-lex/re.ss b/collects/parser-tools/private-lex/re.ss index 2400933..3eaf3a7 100644 --- a/collects/parser-tools/private-lex/re.ss +++ b/collects/parser-tools/private-lex/re.ss @@ -1,6 +1,6 @@ (module re mzscheme - (require mzlib/match - mzlib/list + (require mzlib/list + scheme/match (prefix is: mzlib/integer-set) "util.ss")