[erlang-bugs] erlang:delete_element/2 missing

Steve Vinoski vinoski@REDACTED
Thu Feb 7 17:14:15 CET 2013


On Thu, Feb 7, 2013 at 11:04 AM, Matthew Evans <mattevans123@REDACTED>wrote:

>
> Hi,
>
> It's in the Erlang documentation. Has this been removed (tried on R15B01
> and R15B03)?
>
>
>
> Erlang R15B01 (erts-5.9.1) [source] [smp:8:8] [async-threads:0] [hipe]
> [kernel-poll:false]
>
> Eshell V5.9.1  (abort with ^G)
> 1> erlang:delete_element(2, {one, two, three}).
> ** exception error: undefined function erlang:delete_element/2
> 2>


That's a new bif for R16:

Erlang R16A (erts-5.10) [source] [64-bit] [smp:8:8] [async-threads:10]
[kernel-poll:false]

Eshell V5.10  (abort with ^G)
1> erlang:delete_element(2, {one, two, three}).
{one,three}
2>

--steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20130207/758a181e/attachment.htm>


More information about the erlang-bugs mailing list