]> gitweb.factorcode.org Git - factor.git/commitdiff
fixups: add count-by to fixups, add more?
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 5 Dec 2022 06:49:08 +0000 (00:49 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:03 +0000 (17:11 -0600)
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 )