]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/binary-search/binary-search.factor
factor: trim using lists
[factor.git] / basis / binary-search / binary-search.factor
index d5a24e08faf3e7e3ac75e9a9f30b3466ae4401f1..6de32d8f7ad7e4d4914440f325301a7c6fd55055 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays combinators kernel locals math
-math.order sequences sequences.private vectors ;
+USING: arrays combinators kernel math math.order sequences
+sequences.private vectors ;
 IN: binary-search
 
 <PRIVATE