From 125c8c82c389dd64f258bb11f3b196a083e1f5cf Mon Sep 17 00:00:00 2001 From: JT <547158+jntrnr@users.noreply.github.com> Date: Tue, 28 Sep 2021 12:40:08 +1300 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 4ffcf86680..2b755c3823 100644 --- a/TODO.md +++ b/TODO.md @@ -31,8 +31,8 @@ - [ ] finish operator type-checking - [ ] Source - [ ] Overlays (replacement for `autoenv`) -- [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?) ## Maybe: - [ ] default param values? - [ ] Unary not? +- [ ] let [first, rest] = [1, 2, 3] (design question: how do you pattern match a table?)