suffix-arrays: update using.

db4
John Benediktsson 2015-04-29 14:22:01 -07:00
parent b4e7ffede4
commit c99b3e0b53
1 changed files with 2 additions and 2 deletions

View File

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