]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/completion/completion.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / tools / completion / completion.factor
index 8c53878ae3d27b5383f4e8562f8cc837d1babca2..0b53f0defd49bc30660524d9ba4e937618c89f98 100644 (file)
@@ -4,8 +4,8 @@ USING: accessors arrays assocs colors.constants combinators
 combinators.short-circuit fry io.directories io.files
 io.files.info io.pathnames kernel locals make math math.order
 sequences sequences.private sorting splitting
-splitting.monotonic unicode.categories unicode.data vectors
-vocabs vocabs.hierarchy ;
+splitting.monotonic unicode unicode.data vectors vocabs
+vocabs.hierarchy ;
 IN: tools.completion
 
 <PRIVATE