]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/sequences/rotated/rotated.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / sequences / rotated / rotated.factor
index eb38af94697a25305edb50a27c9461af2dbd2495..dd7bc0b555735213809069fbcd5ed818e7142c2d 100644 (file)
@@ -23,4 +23,4 @@ M: rotated virtual-exemplar seq>> ;
 INSTANCE: rotated virtual-sequence
 
 : all-rotations ( seq -- seq' )
-    dup length iota [ <rotated> ] with map ;
+    dup length <iota> [ <rotated> ] with map ;