[erlang-bugs] repl previous command result incompatible with maps manipulation

Danil Zagoskin z@REDACTED
Tue May 20 13:44:33 CEST 2014


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 | z@REDACTED
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20140520/31308bf5/attachment.htm>


More information about the erlang-bugs mailing list