[erlang-questions] why module:function?

Kevin Scaldeferri kevin@REDACTED
Wed Jul 23 17:31:31 CEST 2008


On Jul 23, 2008, at 4:29 AM, Circular Function wrote:

> a lot of often-used functions like sort and map I have to write  
> module:func to access, why aren't they a part of the shell-functions?



-import(lists, [map/2, ...]).



-k



More information about the erlang-questions mailing list