]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/text/utils/utils.factor
factor: trim using lists
[factor.git] / extra / math / text / utils / utils.factor
index 13551f19e48090c6ef7a7880b5b252e988f823c4..83ef1fad992d1fd8d3250de0dac7f187845771f9 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (c) 2007, 2008 Aaron Schaefer.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel fry math.functions math sequences ;
+USING: kernel math math.functions sequences ;
 IN: math.text.utils
 
 : digit-groups ( n k -- seq )