6 Commits

Author SHA1 Message Date
d6156ebc79 Fix aoc2024 build
- Holes are no longer allowed when building executables
- Stack overflow in mapMaybe (Day15)
2025-04-10 08:50:52 -04:00
591608eece update aoc2024 for record changes 2025-01-02 22:38:15 -08:00
6397cac18a refactor Ord to be based on compare 2024-12-29 16:17:34 -08:00
a6e68ac2a2 ability to run code and check output in tests 2024-12-28 13:19:15 -08:00
3ec2f90770 sugar for data and other improvements
- parse types in let (everything but parser was there)
- add sugar for `data`
- move `joinBy` to prelude
- fix highlighting for char in vscode
- better errors for missing imports
2024-12-28 09:45:21 -08:00
93399af9b5 day24 2024-12-24 11:48:37 -08:00