To whomever may attempt today's challenge in Roc, beware that "Box" is a builtin type, don't use this name as a custom type.
I was seeing very strange type mismatches, since the compiler didn't complain about me redeclaring Box.
I don't have the latest version, so ignore this if this has been fixed.
I'm back! Have been sick for a week, so haven't been keeping up with aoc.
https://gitlab.com/AsbjornOlling/aoc2023/-/blob/main/15/main.roc
Not very happy with my solution today. It's kind of ugly. But it works.
oh wait this is #beginners - I'll head on over to the Advent of Code channel and post there :sweat_smile:
@Kwirke can you open a issue with a minimal example? If possible, something that is self contained, but an issue in general is nice.
Done! https://github.com/roc-lang/roc/issues/6285
Last updated: Jul 06 2025 at 12:14 UTC