]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hints/hints.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / basis / hints / hints.factor
index b5b41603d263f90e651c3b81648b90034f4a00d5..2cea955f0780c384e50d45b2d6a2075496ba9a1e 100644 (file)
@@ -24,7 +24,7 @@ M: object specializer-declaration class-of ;
     "specializer" word-prop ;
 
 : make-specializer ( specs -- quot )
-    dup length iota <reversed>
+    dup length <iota> <reversed>
     [ (picker) 2array ] 2map
     [ drop object eq? ] assoc-reject
     [ [ t ] ] [