]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/lint/lint.factor
extra: use push-at-each
[factor.git] / extra / lint / lint.factor
index 7f925fa9bee313f1a65dd8fb20fb3b8610f8e6b8..42639ce89395437d6c8bd1cdf02962debeddb017 100644 (file)
@@ -219,7 +219,7 @@ CONSTANT: trivial-defs
     [ { [ callable? ] [ ignore-def? not ] } 1&& ] deep-filter ;
 
 : (load-definitions) ( word def hash -- )
-    [ all-callables ] dip '[ _ push-at ] with each ;
+    [ all-callables ] dip push-at-each ;
 
 : load-definitions ( words -- hash )
     H{ } clone [ '[ dup def>> _ (load-definitions) ] each ] keep ;