]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/cfg/linearization/linearization.factor
assocs: Make map-index-as support seq or assoc exemplars and move map-index, map...
[factor.git] / basis / compiler / cfg / linearization / linearization.factor
index ee18394498b1837795e713c5ab6e3f60d7c0d7c5..f7ccdefc129c8342d813b249f0c4cad812224ec4 100644 (file)
@@ -87,4 +87,4 @@ SYMBOL: numbers
 : block-number ( bb -- n ) numbers get at ;
 
 : number-blocks ( bbs -- )
-    zip-index >hashtable numbers set ;
+    H{ } zip-index-as numbers set ;