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")