What's `v(-1)` in place of the omitted left side expression in an operator overload

This is a behavior of the IEx read-eval-print loop to support multiline expressions, it won’t happen anywhere else. The v function here is IEx.Helpers.v/1.

5 Likes