Remove old aoc2023 directory

This commit is contained in:
2025-10-25 13:32:30 -07:00
parent 551e31d589
commit 7055874dbb
25 changed files with 210 additions and 1965 deletions

View File

@@ -228,10 +228,6 @@
- This may need a little care. But I think I could collect all constructors that only match wildcards into a single case. This would lose any information from breaking out the individual, unnamed cases though.
- There are cases where we have `_` and then `Foo` on the next line, but they should all get collected into the `Foo` case. I think I sorted all of this out for primitives.
- [x] Case for primitives
- [ ] aoc2023 translation
- [x] day1
- [x] day2 - day6
- some "real world" examples
- [x] Maybe Eq and stuff would work for typeclass without dealing with unification issues yet
- [x] unsolved meta errors repeat (need to freeze or only report at end)
- [x] Sanitize JS idents, e.g. `_+_`