try without catch

bryan rasmussen rasmussen.bryan@REDACTED
Wed Nov 16 10:28:12 CET 2005


I thought Edoc was just a documentation generator, it does checking
too? Because I'm not finding anything in the documentation using
http://erlang.se/doc/doc-5.4.8/lib/edoc-0.6.2/doc/html/index.html
because this http://erlang.se/doc/doc-5.4.10/lib/edoc-0.6.7/doc/index.html
returned 404.


Cheers,
Bryan Rasmussen





On 11/15/05, Ulf Wiger (AL/EAB) <ulf.wiger@REDACTED> wrote:
>
> I wrote the following in a program of mine:
>
> try Expr of
>   Result -> Action
> end.
>
> i.e. no catch. The idea was to add a catch later,
> when I had thought of something clever to do.
>
> The compiler didn't have a problem with that
> (nor does the erlang reference manual),
> but edoc (edoc-0.6.2 in R10B) did. It treated it
> as a syntax error.
>
> /Uffe
>



More information about the erlang-questions mailing list