shamansir / ielm

Smart REPL (or REVL) for Elm v0.18
36 stars 2 forks source link

Wrong behaviour following Elm syntax errors #1

Open shamansir opened 7 years ago

shamansir commented 7 years ago

Type this without the last line, compile:

"foobar"

"a"

5

a : Int -> Int -> Int
a b c = b + c

a

\s\a

Then add it back and compile, and then remove the last erroneous line again.

You'll see a list of "Unknown components"