[erlang-questions] About a simple program

Imants Cekusins imantc@REDACTED
Sun Nov 23 21:18:49 CET 2014


How about replacing

throw:T -> T;
                 exit:E -> E;
                 error: Er -> Er

With:

throw:T -> throw(T);
                 exit:E -> exit(E);
                 error: Er -> error(Er)

Does it behave as expected?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141123/ba02611f/attachment.htm>


More information about the erlang-questions mailing list