When I try to compile my code I get this error:
elm make src/Main.elm --output ../js/elm.js --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
Makefile:3: recipe for target 'all' failed
make: *** [all] Error 1
and when I look at the output file it appears to cut off midway in the middle of a function. Removing the --debug seems to fix it but it still seems like a bug