diff options
author | Marvin Borner | 2022-08-15 12:02:47 +0200 |
---|---|---|
committer | Marvin Borner | 2022-08-15 12:02:47 +0200 |
commit | 7e8697f598a299bb13b5159901a352000975655a (patch) | |
tree | 6b71f3fa88f88d81819d959573ce42067dc1eace /std/Byte.bruijn | |
parent | a56a4f3af00552af8707fad06e358b340da46ab0 (diff) |
Combinator replacements
Diffstat (limited to 'std/Byte.bruijn')
-rw-r--r-- | std/Byte.bruijn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/std/Byte.bruijn b/std/Byte.bruijn index 72e2c6e..3dd8c63 100644 --- a/std/Byte.bruijn +++ b/std/Byte.bruijn @@ -5,10 +5,10 @@ :import std/List . # bit 0 -b0 F +b0 false # bit 1 -b1 T +b1 true # generates a byte with correct endianness -byte [[[[[[[[cons 0 (cons 1 (cons 2 (cons 3 (cons 4 (cons 5 (cons 6 (cons 7 empty)))))))]]]]]]]] +byte [[[[[[[[0 : (1 : (2 : (3 : (4 : (5 : (6 : (7 : empty)))))))]]]]]]]] |