]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/regexp/regexp.factor
factor: trim using lists
[factor.git] / extra / benchmark / regexp / regexp.factor
index 823c4899b962973339da394e2c66604c804215f4..2489317b9241469ed9b238f22902fe4a6424019a 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays fry kernel math math.parser regexp sequences
-strings ;
+USING: kernel math math.parser regexp sequences strings ;
 IN: benchmark.regexp
 
 : regexp-benchmark ( -- )