]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/arrays/shaped/shaped.factor
factor: trim more using lists.
[factor.git] / extra / arrays / shaped / shaped.factor
index a4f554cb8b1c9559d2dbfb96c539448b97dbda82..915bbbc65eba4a774183f95736f0bc96697ed541 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2012 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs combinators.short-circuit fry
+USING: accessors arrays assocs combinators.short-circuit
 grouping kernel math math.functions math.order math.vectors
 parser prettyprint.custom sequences sequences.deep ;
 IN: arrays.shaped