]> gitweb.factorcode.org Git - factor.git/commitdiff
suffix-arrays: update using.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Apr 2015 21:22:01 +0000 (14:22 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Apr 2015 21:22:01 +0000 (14:22 -0700)
basis/suffix-arrays/suffix-arrays.factor

index 9e111ed2e2203b7e57846791b1841edf740f334d..62ba8a96380e7f5612f19a12ff0d44cf6d60d72f 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 Marc Fauconneau.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: parser kernel arrays math accessors sequences
-math.vectors math.order sorting binary-search sets assocs fry ;
+USING: accessors binary-search fry kernel math math.order
+parser sequences sets sorting ;
 IN: suffix-arrays
 
 <PRIVATE