I made a PR to default to Dec over F64 for decimal literals, and I'm getting a strange mono error: https://github.com/roc-lang/roc/actions/runs/6138868544/job/16656171869?pr=5792#step:7:461
it's not a spurious test failure; I see the same thing in the repl (it switches the argument order in the tag)
anyone have any idea why that might be happening? It's a very minimal change in the PR!
probably because Dec has a larger stack size than F64, so this is a bug we didn't previously observe
huh, interesting!
Last updated: Jul 06 2025 at 12:14 UTC