Perhaps this is Erlang/OTPs way to remind us to avoid -import()?
bengt
(*)
-module(t).
-export([t/0]).
-import(lists, [reverse/1]).
t() -> reverse([1,2,3]).
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
Robert