[erlang-questions] Why does this happen?

Bob Ippolito bob@REDACTED
Sun Jun 3 06:07:31 CEST 2007


On 6/2/07, t ty <tty.erlang@REDACTED> wrote:
> I can cut the example down to:
>
> Erlang (BEAM) emulator version 5.5.4 [source] [async-threads:0] [hipe]
> [kernel-poll:false]
>
> Eshell V5.5.4  (abort with ^G)
> 1> import(lists).
> ok
> 2> Y = fun(Z) -> Z*Z end.

Why are you calling import/1? What do you expect it to do? It doesn't
seem to be documented anywhere.

-bob



More information about the erlang-questions mailing list