]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/unicode/normalize/normalize.factor
factor: update download to return path and using lists
[factor.git] / basis / unicode / normalize / normalize.factor
index 0bf4b08c71584f31afbbe0169a90aa68ea62fd97..c5d4dabcb15660bada9d0dfe79b2db250b741808 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2008 Daniel Ehrenberg.
 ! See https://factorcode.org/license.txt for BSD license.
 USING: accessors arrays ascii combinators
-combinators.short-circuit hints kernel make math
-math.order sbufs sequences sorting.insertion strings
-unicode.data vectors ;
+combinators.short-circuit hints kernel make math math.order
+sbufs sequences sorting.insertion strings unicode.data vectors ;
 IN: unicode.normalize
 
 <PRIVATE