]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
fixups: add count-by to fixups, add more?
[factor.git] / basis / fixups / fixups.factor
index b83a3cd4621d73227f6e599c33e51138fe7e43e9..1f46c3e20bf7f4163e0f8bf29ce7b692d4144cf2 100644 (file)
@@ -60,6 +60,7 @@ CONSTANT: word-renames {
     { "natural-sort!" { "sort!" "0.99" } }
     { "natural-bubble-sort!" { "bubble-sort!" "0.99" } }
     { "random-integers" { "randoms" "0.99" } }
+    { "more?" { "deref?" "0.99" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )