elm-repl icon indicating copy to clipboard operation
elm-repl copied to clipboard

weird syntax error message in repl

Open flip111 opened this issue 10 years ago • 0 comments

> [1,2] ++ case True of
## ERRORS in repl-temp-000.elm #################################################

-- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm

I ran into something unexpected when parsing your code!

6| tsol = ()
   ^
I am looking for one of the following things:

    whitespace

The weird thing being tsol = ()

original: https://github.com/elm-lang/error-message-catalog/issues/47

flip111 avatar Oct 28 '15 14:10 flip111