Browse thread
Ocaml compiler features
[
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: | Florian Weimer <fw@d...> |
| Subject: | Re: [Caml-list] Ocaml compiler features |
* Jon Harrop: > If you're writing a library where users can raise exceptions, you > must be careful to undo state changes. And such recovery code tends to be rather error-prone (and difficult to test). I don't think you want to see much of that outside libraries which need such code to preserve some abstraction.