]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/benchmark/partial-sums/partial-sums.factor
factor: trim using lists
[factor.git] / extra / benchmark / partial-sums / partial-sums.factor
index dc898a5be99dae9490fae5146c6d730f6b3e116e..8fe7e04c66b9eceac745645b554c785ec9cee228 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008, 2010 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: make math math.functions kernel io io.styles prettyprint
-combinators hints fry sequences ;
+USING: make math math.functions kernel prettyprint
+combinators hints sequences ;
 IN: benchmark.partial-sums
 
 ! Helper words