[erlang-bugs] gen.erl type error

Tom McNulty tom.mcnulty@REDACTED
Fri May 22 01:23:46 CEST 2009


Hi,

I am getting dialyzer errors using a GlobalName in gen_server, other  
than an atom. I tracked the problem to gen.erl:37

-type emgr_name() :: {'local', atom()} | {'global', atom()}.

should be:

-type emgr_name() :: {'local', atom()} | {'global', term()}.


Regards,

- Tom




More information about the erlang-bugs mailing list