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?)