Opened an issue for: https://github.com/roc-lang/roc/issues/8696
When creating a List(Try(I64, _)) and matching on the Try in a for_each, the list elements are not recognized as either an Ok or an Err which will cause a runtime panic without an extraneous _ => matching branch.
Last updated: Dec 21 2025 at 12:15 UTC