>
On 6/2/07, t ty <> 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