repl previous command result incompatible with maps manipulation
Danil Zagoskin <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.bugs |
|---|---|
| Message-ID | <CAJ6dJEgfnZaEek8WUS_nSaJChwJSGz70XgZ_EzXZrw1vczK7qg@mail.gmail.com> |
Hello!
Currently it's impossible to use v(N) result as map:
Erlang/OTP 17 [DEVELOPMENT] [erts-6.1] [source-a3c5de1] [64-bit] [smp:4:4]
[async-threads:10] [hipe] [kernel-poll:false]
Eshell V6.1 (abort with ^G)
1> #{a => 1}.
#{a => 1}
2> (v(1)).
#{a => 1}
3> (v(1))#{a := 2}.
** exception error: undefined shell command v/1
--
Danil Zagoskin | [email protected]
_______________________________________________
erlang-bugs mailing list
[email protected]
http://erlang.org/mailman/listinfo/erlang-bugs