aboutsummaryrefslogtreecommitdiffstats
path: root/todo.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-07 14:33:07 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-07 14:33:07 +0200
commit05fcc94a561335a6502fc98c3737a7e851d1285a (patch)
tree6a6d0259b392842766d73011d78881a6e2cb8153 /todo.md
parentb469c4a3f05e5e18d3650803b3323f8a72b5e076 (diff)
Fix function body let issue
Diffstat (limited to 'todo.md')
-rw-r--r--todo.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/todo.md b/todo.md
index 1c36699..534abcc 100644
--- a/todo.md
+++ b/todo.md
@@ -2,9 +2,6 @@
In order of priority
-- Fix `let` bug
- - Error in: 3:e2e:4 unexpected error: symbol y not defined in environment
- Memoize pure top-level let-bindings with `let memo`
- Add a `catch` builtin for catching fatal errors
-- Write function let expressions properly using lookups
- Write tests!