Browse thread
[Caml-list] A global exception handler...
- Jonathan Roewen
[
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: | 2006-07-06 (14:39) |
From: | Jonathan Roewen <jonathan.roewen@g...> |
Subject: | [Caml-list] A global exception handler... |
Hi, Is it possible to register a global exception handler? I suppose I could just nest everything inside one giant function if I really had to, but I like my toplevel expressions ;-) Jonathan