]> gitweb.factorcode.org Git - factor.git/blobdiff - core/words/words.factor
Fix conflict
[factor.git] / core / words / words.factor
index 4a3c1b2d52d482ac8b81dfaa55cb253c73fea5c0..33aa9e18d2a66900c54676c5ab429fc4f1bc2ce6 100755 (executable)
@@ -109,10 +109,9 @@ compiled-generic-crossref [ H{ } clone ] initialize
 
 : compiled-xref ( word dependencies generic-dependencies -- )
     [ [ drop crossref? ] { } assoc-filter-as f like ] bi@
-    [ over ] dip
     [ "compiled-uses" compiled-crossref (compiled-xref) ]
     [ "compiled-generic-uses" compiled-generic-crossref (compiled-xref) ]
-    2bi* ;
+    bi-curry* bi ;
 
 : (compiled-unxref) ( word word-prop variable -- )
     [ [ [ dupd word-prop ] dip get remove-vertex* ] 2curry ]