[erlang-questions] What is a tid()?

Fred Hebert mononcqc@REDACTED
Wed Apr 28 18:06:08 CEST 2010


If I recall correctly, they're table IDs used by ETS tables.
You're basically using it as a remote type, but dialyzer seems to focus on
the built-in part of it.

On Wed, Apr 28, 2010 at 11:59 AM, Per Hedeland <per@REDACTED> wrote:

> $ erlc test.erl
> ./test.erl:5: referring to built-in type tid as a remote type; please take
> out the module name
>
> --Per Hedeland
>
> test.erl------------------
>
> -module(test).
>
> -export([test/1]).
>
> -spec test(cs:tid()) -> ok.
> test(_) -> ok.
>
>
>
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
>


More information about the erlang-questions mailing list