[erlang-questions] {some,term} = [] ++ {some, term}.

John Doe donpedrothird@REDACTED
Tue Apr 24 17:13:31 CEST 2018


Hi,
is this normal?

{some,term} = [] ++ {some, term}. %% list vanishes

[1,2,3|{some,term}] = [1,2,3] ++ {some, term}. %% improper list
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180424/771872d0/attachment.htm>


More information about the erlang-questions mailing list