6eb5567895
Check if all of the syntax errors are at EOF, not that there's a single one. In case of open parenthesis two syntax errors are reported for some reason
7 lines
64 B
Plaintext
7 lines
64 B
Plaintext
>>> fun get7() =
|
|
... 4 +
|
|
... 2 +
|
|
... 1
|
|
>>> get7()
|
|
7
|