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
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
elm-reactor nicely shows the error message in place of a failed compilation, but the message is rendered so that when copy-pasting it elsewhere it would not contain any newline (\n).
SSCCE: An empty elm file
Result:
I ran into something unexpected when parsing your code! I am looking for one of the following things: "{-|" a module declaration a port declaration a type declaration a value definition an import an infix declaration whitespace
The text was updated successfully, but these errors were encountered:
elm-reactor
nicely shows the error message in place of a failed compilation, but the message is rendered so that when copy-pasting it elsewhere it would not contain any newline (\n
).SSCCE: An empty elm file
Result:
The text was updated successfully, but these errors were encountered: