mbj@REDACTED wrote:
> Look at the code. Try to figure out what c() returns. Run it on
> the latest erlang.
>
> c() ->
> M = {a, b},
> M:k(a).
I've been screaming for years now.
Can we please take the {M,F} call (w/o arity) out of the language?
Kostis