Skip to content

Commit

Permalink
Update TODO.md
Browse files Browse the repository at this point in the history
  • Loading branch information
billhails authored Jan 24, 2024
1 parent c51f556 commit 9545a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/TODO.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# TODO

* over-application i.e. `fn (a) { fn (b) { a + b } }(2, 3)`
* completely hide `vec` from type checker (`(tag thing)` == `(vec 0 thing)`)
* allow user overrides of print functions
* tuples - can use vec type to implement.
* BUT - fn args are not tuples, that might interfere with currying.
Expand Down

0 comments on commit 9545a16

Please sign in to comment.