Skip to content

Commit

Permalink
binary
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Jun 19, 2024
1 parent 48676ef commit 9e6e42d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
can be a variable!
- [ ] that introduced a bug w/ nested dfns (euh)
- [x] `.1` etc. to extract tuples (arrays?)
- [ ] tuples fr
- [ ] alex-style regex combinations, `$digit+` and `@string_in` or w/e
- [ ] ~~parse dates~~
- [½] map, filter, scan, prior for vectors &c.?
Expand All @@ -59,8 +58,9 @@
- [x] `\`$` as "all fields, as list" or something
- [x] `dedupBy` builtin
- [ ] Infix operators
- [ ] `$>` (ice cream cone?)
- [ ] `~?` (maybe match)
- [x] `$>` (ice cream cone?)
- [x] `~?` (maybe match)
- [ ] (<|>) (alternative)
- [x] fold without seed
- [x] `seq 10 | ja "[x+','+y]|'' \$0"`
- [ ] foldMaybe
Expand Down

0 comments on commit 9e6e42d

Please sign in to comment.