]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/parser/parser.factor
unicode: make this the API for all unicode things.
[factor.git] / basis / sequences / parser / parser.factor
index 1df344e22ae66a0ffd71e8342259529074d92b0f..6f139cbeeb9a2589b0ba829361ef1f71ce330fd6 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors circular combinators.short-circuit fry io
 kernel locals math math.order sequences sorting.functor
-sorting.slots unicode.categories sequences.private ;
+sorting.slots unicode sequences.private ;
 IN: sequences.parser
 
 TUPLE: sequence-parser sequence n ;