Hi, I opened an issue for the crash. It’s here: https://github.com/roc-lang/roc/issues/10847
Basically this crashes:
A := { a : Str }.{
f : A -> Str
# Should be: |A.{ .. }| ""
f = |A.{}| ""
}
main! = |_| Ok(echo!(A.f(A.{ a: "" })))
Thanks for reporting @Matthieu Pizenberg
Last updated: Sep 03 2026 at 15:16 UTC