]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/collation/collation.factor
factor: update download to return path and using lists
[factor.git] / basis / unicode / collation / collation.factor
index a059bb184dfe2fce864319c24da1f48538299bbc..9b5e051ec05344190f65252d1e25141606fc9af5 100644 (file)
@@ -1,9 +1,9 @@
 ! Copyright (C) 2008 Daniel Ehrenberg.
 ! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs combinators
-combinators.short-circuit combinators.smart fry kernel make
-math math.order math.parser namespaces sequences
-simple-flat-file splitting strings unicode.data ;
+combinators.short-circuit combinators.smart kernel make math
+math.order math.parser namespaces sequences simple-flat-file
+splitting strings unicode.data ;
 IN: unicode.collation
 
 <PRIVATE