]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/sequences/windowed/windowed.factor
factor: trim using lists
[factor.git] / basis / sequences / windowed / windowed.factor
index 2e60214083d883cc246201b61ea24d214af52259..6300d379d77b5b035d617a6afe8d1195cd02b646 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2012 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors fry kernel locals math math.order
-math.statistics sequences sequences.private ;
+USING: accessors kernel math math.order math.statistics
+sequences sequences.private ;
 IN: sequences.windowed
 
 TUPLE: windowed-sequence