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: | -- (:) |
| From: | Hezekiah M. Carty <hcarty@a...> |
| Subject: | Re: [Caml-list] Static exception analysis or alternative to using exceptions |
On Wed, May 26, 2010 at 11:37 PM, Jacques Le Normand <rathereasy@gmail.com> wrote: > Jane Street's Core seems to prefer options to exceptions > Batteries also includes a number of Exceptionless modules (ex. Array.Exceptionless) which wrap exception-raising functions to use options instead.