]> gitweb.factorcode.org Git - factor.git/blobdiff - core/compiler/units/units.factor
core/basis/extras: use zip-with in a few places.
[factor.git] / core / compiler / units / units.factor
index b0662f8fa95d23bc5552be2e838eef25dbb3f1fe..9792bd525621b7a5c9295e07205d6de2f91bd1b4 100644 (file)
@@ -78,7 +78,7 @@ M: f to-recompile
     changed-definitions get filter-word-defs ;
 
 M: f recompile
-    [ dup def>> ] { } map>assoc ;
+    [ def>> ] zip-with ;
 
 M: f process-forgotten-words drop ;