]> gitweb.factorcode.org Git - factor.git/blobdiff - core/sequences/sequences.factor
core: get rid of some unnecessary wrappers.
[factor.git] / core / sequences / sequences.factor
index f27444df3f9b0f058f493cd8806a87c4cb7b0ca9..b3f458bca45c4cd84157fe194d1bd5362ce0d039 100644 (file)
@@ -108,7 +108,7 @@ ERROR: non-negative-integer-expected n ;
 
 : iota ( n -- iota )
     dup 0 < [ non-negative-integer-expected ] when
-    iota-tuple boa ; inline
+    iota-tuple boa ; inline
 
 M: iota-tuple length n>> ; inline
 M: iota-tuple nth-unsafe drop ; inline