Browse thread
[Caml-list] raise extra arg ignored
[
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: | Nicolas George <nicolas.george@e...> |
| Subject: | Re: [Caml-list] raise extra arg ignored |
Le sextidi 6 brumaire, an CCX, Daniel de Rauglaudre a écrit : > I wonder whether there are situations where it could be a problem? > Sometimes, a missing semicolon can introduce typing errors or perhaps > work with different semantics (what is very bad). But here, I don't > see, since, generally, nobody add another statement after a "raise". > Does anybody have an example? It make sense to add statements after a raise if the raise in inside an if...else: if not (is_valid argument) then raise Some_exception; do_something argument ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr