aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Byte.bruijn
diff options
context:
space:
mode:
authorMarvin Borner2022-08-29 16:45:45 +0200
committerMarvin Borner2022-08-29 16:45:45 +0200
commit627afd9bb206765699f3420a6ab0847e636550b4 (patch)
tree0cc5c458bb68348ad25aa8c69f6b7ce3d36b6f35 /std/Byte.bruijn
parent2cc4d5bb3c473bd1bb5dc87f58feacb6772a22fe (diff)
Started mixfix chaining
Diffstat (limited to 'std/Byte.bruijn')
-rw-r--r--std/Byte.bruijn4
1 files changed, 2 insertions, 2 deletions
diff --git a/std/Byte.bruijn b/std/Byte.bruijn
index 2d7e397..36aaf58 100644
--- a/std/Byte.bruijn
+++ b/std/Byte.bruijn
@@ -11,9 +11,9 @@ b0 false
b1 true
# returns true if two bytes are equal
-eq? &&( .. (zip-with xnor?)
+eq? &&‣ .. (zip-with xnor?)
-(=?) eq?
+…=?… eq?
:test ('a' =? 'a') (true)
:test ('a' =? 'b') (false)