aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/Byte.bruijn
diff options
context:
space:
mode:
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)