]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sorting/human/human.factor
factor: trim using lists
[factor.git] / basis / sorting / human / human.factor
index 51baf50d2250c4e9027a05eee3ebdb07c29875f1..9e311ca03ac2500705453b84b93f829f42605e77 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2010 Doug Coleman, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors fry kernel make math math.order math.parser
+USING: accessors kernel make math math.order math.parser
 sequences sorting.functor strings unicode ;
 IN: sorting.human