Browse thread
Re: [Caml-list] Static exception analysis or alternative to using exceptions
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-05-27 (08:50) |
From: | Eray Ozkural <examachine@g...> |
Subject: | Re: [Caml-list] Static exception analysis or alternative to using exceptions |
On Thu, May 27, 2010 at 11:08 AM, Florent Ouchet <florent.ouchet@imag.fr> wrote: > Hello, > > Same here, specially to avoid the Not_found exception. > The optional return values gives the oportunity to have a clear view of what > is being done if the result is not available. That depends on the code, I think. In some cases the exception may arise from deep in the code, and it would make sense not to bother with a lot of type overhead for many levels of nesting and function calling. But if all you are doing is checking the success of a function, I suppose option types will be more efficient. Best, -- Eray Ozkural, PhD candidate. Comp. Sci. Dept., Bilkent University, Ankara http://groups.yahoo.com/group/ai-philosophy http://myspace.com/arizanesil http://myspace.com/malfunct