[erlang-questions] Why does this happen?

t ty tty.erlang@REDACTED
Sun Jun 3 06:18:49 CEST 2007


It's part of the Erlang package feature.

http://www.erlang.se/publications/packages.html
http://www.erlang.org/doc/man/packages.html

I'm not sure if it's supported.

t


On 6/3/07, Bob Ippolito <bob@REDACTED> wrote:
> 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