]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/tools/which/which.factor
unicode: make this the API for all unicode things.
[factor.git] / extra / tools / which / which.factor
index ea93245ae21af5ab2ec2589e0604f04a46609efc..407700221900fdcea5684db20416df8c5d55a831 100644 (file)
@@ -3,7 +3,7 @@
 
 USING: arrays assocs combinators.short-circuit command-line
 environment io io.backend io.files io.files.info io.pathnames
-kernel namespaces sequences sets splitting system unicode.case ;
+kernel namespaces sequences sets splitting system unicode ;
 
 IN: tools.which