diff options
author | Marvin Borner | 2022-08-29 16:45:45 +0200 |
---|---|---|
committer | Marvin Borner | 2022-08-29 16:45:45 +0200 |
commit | 627afd9bb206765699f3420a6ab0847e636550b4 (patch) | |
tree | 0cc5c458bb68348ad25aa8c69f6b7ce3d36b6f35 /std/Byte.bruijn | |
parent | 2cc4d5bb3c473bd1bb5dc87f58feacb6772a22fe (diff) |
Started mixfix chaining
Diffstat (limited to 'std/Byte.bruijn')
-rw-r--r-- | std/Byte.bruijn | 4 |
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) |