[erlang-questions] Re: Will parameterized modules become an official part of Erlang?
Tuncer Ayaz
tuncer.ayaz@REDACTED
Sat Feb 20 15:37:08 CET 2010
On Fri, Feb 19, 2010 at 4:08 PM, Max Lapshin <max.lapshin@REDACTED> wrote:
> For example if some module is parameterized, you cannot access its
> functions without calling new()
If you really have to or want to do so you could "work around"
that by calling the exported fun with a dummy 1st param.
More information about the erlang-questions
mailing list