aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Number/Unary.bruijn
diff options
context:
space:
mode:
authorMarvin Borner2024-03-13 15:22:05 +0100
committerMarvin Borner2024-03-13 15:22:05 +0100
commit004f853f260d321753af32318ecdeb2c585af7b0 (patch)
tree9910e17715c0a94325d3e79014cb5b5368af46a2 /std/Number/Unary.bruijn
parent7fc946443adcef9224a3c672b5929a93489c8c93 (diff)
Better string comparison using prefixed spaceship operator
Co-authored-by: JoJoBarthold2 <valentin.j.schmidt@web.de>
Diffstat (limited to 'std/Number/Unary.bruijn')
-rw-r--r--std/Number/Unary.bruijn2
1 files changed, 2 insertions, 0 deletions
diff --git a/std/Number/Unary.bruijn b/std/Number/Unary.bruijn
index 81af007..5041614 100644
--- a/std/Number/Unary.bruijn
+++ b/std/Number/Unary.bruijn
@@ -136,6 +136,8 @@ compare compare-case (+0) (+1) (-1) ⧗ Unary → Unary → Number
…<=>… compare
+<=>‣ &compare
+
# muls two unary numbers
mul …∘… ⧗ Unary → Unary → Unary