See <a href="http://www.erlang.org/doc/reference_manual/typespec.html">http://www.erlang.org/doc/reference_manual/typespec.html</a> for more details. Think of the type specification as a sort of function prototype (coming from the C world).<div class="gmail_extra">
<br><br><div class="gmail_quote">On Sun, Dec 16, 2012 at 8:35 AM, Rustom Mody <span dir="ltr"><<a href="mailto:rustompmody@gmail.com" target="_blank">rustompmody@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In <a href="http://www.erlang.org/doc/man/random.html" target="_blank">http://www.erlang.org/doc/man/random.html</a> I see this line:<br><br><span>seed(X1 :: {A1, A2, A3}) -> undefined | <span><a href="http://www.erlang.org/doc/man/random.html#type-ran" target="_blank">ran()</a></span></span><br>

<br>Whats the '::' ?<br>Also I cant figure out how to read what follows the '->'<br><br>Please note I am not so much interested in the specifics of random numbers as in being able to read the manual!<br>


<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>