The code
is perfectly legit, equivalent to a(b)(-> c). But on the REPL, it fails with the message
Error: In repl, too many ) on line 2
(as of the current master; error message is on line 1 on 1.1.1). Note that this is the same error that was happening in #1398 with comments (since fixed by Michael).
To be clear,
works fine, but
fails.
The code
is perfectly legit, equivalent to
a(b)(-> c). But on the REPL, it fails with the message(as of the current master; error message is
on line 1on 1.1.1). Note that this is the same error that was happening in #1398 with comments (since fixed by Michael).To be clear,
works fine, but
fails.