You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ elm --version
0.19.0
$ elm make Main.elm --debug
Success! Compiled 1 module.
elm: Map.!: given key is not an element in the map
CallStack (from HasCallStack):
error, called at ./Data/Map/Internal.hs:610:17 in containers-0.5.11.0-K2TDqgYtGUcKxAY1UqVZ3R:Data.Map.Internal
$ elm make Main.elm
Success! Compiled 1 module.
The elm.json was not edited.
It is notable that Ellie app has trouble with this error: https://ellie-app.com/3ZNMV93LMjFa1. Compilation succeeds but a runtime error is thrown.
The text was updated successfully, but these errors were encountered:
This adds another report for #1851. The message is an array. Below is a minimal code example
The elm.json was not edited.
It is notable that Ellie app has trouble with this error: https://ellie-app.com/3ZNMV93LMjFa1. Compilation succeeds but a runtime error is thrown.
The text was updated successfully, but these errors were encountered: