JRI98

Results 13 comments of JRI98

The REPL no longer panics with the third example: ``` » Dict.get (Dict.insert (Dict.empty {}) "Apples" 12) "Apples" == 12 This Roc code crashed with: "Hit an erroneous type when...

Simpler reproduction: ```elm app "hello" packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br" } imports [] provides [main] to pf main = dbg ("grid", grid) crash "" Grid : Dict I64 I64 grid :...

This PR has no changes. Maybe close?

Simpler reproduction: ```elm app "main" packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br" } imports [pf.Task.{ Task }] provides [main] to pf main = _ = f None None [] Task.ok {} f =...

No longer reproduces

Fixed by https://github.com/roc-lang/roc/pull/7312?