Day 5 https://github.com/mulias/roctoberfest/blob/main/advent_2022/day_05/main.roc
orCrash
helper, dealing with Err
values as localized fatal errors is just easier for this kind of thing.roc run
, prints nothing with roc dev
and seg faults with roc test
. The seg fault is fixed by this commit, so it seems to be from trying to use dbg
on a struct containing a list of structs and a dict.Last updated: Jul 06 2025 at 12:14 UTC