]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/regexp/regexp.factor
Making sure that vocabs only have lists or lists.lazy if they need them
[factor.git] / extra / regexp / regexp.factor
index 3c6e9f3bbd4dfeeace330c1c14e242ff64aad636..91dea0dd5613fab4fca35ff4d9d366e305de9712 100755 (executable)
@@ -1,4 +1,4 @@
-USING: arrays combinators kernel lists lists.lazy math math.parser
+USING: arrays combinators kernel lists math math.parser
 namespaces parser parser-combinators parser-combinators.simple
 promises quotations sequences combinators.lib strings math.order
 assocs prettyprint.backend memoize unicode.case unicode.categories ;