diff options
author | Marvin Borner | 2024-01-18 23:07:21 +0100 |
---|---|---|
committer | Marvin Borner | 2024-01-18 23:07:21 +0100 |
commit | 5c713d1e2da06b50fa0016086c2e8443624cbb68 (patch) | |
tree | 152e71c0e985daf0d1c550784a8af7abca86e239 /test/huh.bruijn | |
parent | 11a94bd667c706466e7c281f59e918155cba1321 (diff) |
Bitmaps should've been recursive
I think? Maybe the topological sort implementation is just wrong
Diffstat (limited to 'test/huh.bruijn')
-rw-r--r-- | test/huh.bruijn | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/test/huh.bruijn b/test/huh.bruijn deleted file mode 100644 index 7db06c7..0000000 --- a/test/huh.bruijn +++ /dev/null @@ -1,18 +0,0 @@ -:import std/Number/Ternary . -:import std/List . - -# main map [ternary! (0 - 0)] - -# main [sub (+1b) (+1b)] - -# main [pad (+1b) (+2b)] - -# main [pad-right (+6) 'a' "hah"] - -# main [|((+6) - ∀"hah")] - -# main [(+1) - ∀"aa"] - -# main [∀([0] : ([0] : {}[0])) - (+0)] - -main [∀([0] : ([0] : {}[0])) + (+0)] |