]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sorting/quick/quick.factor
factor: trim using lists
[factor.git] / extra / sorting / quick / quick.factor
index 406bb2e39140830e636273ea1db7206a3c55f756..f7b5ed51a280922358fd15026ad18ae2632cab0d 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2014 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: arrays combinators kernel locals math math.order
-math.private sequences sequences.private strings vectors ;
+USING: arrays kernel math math.order math.private sequences
+sequences.private strings vectors ;
 
 IN: sorting.quick