From: christian konrad <konrad@in.tum.de>
To: caml-list@inria.fr
Subject: Question about try.. with
Date: Sat, 17 Feb 2007 18:40:51 -0500 [thread overview]
Message-ID: <45D79283.8000101@in.tum.de> (raw)
Hello list,
I'm doing that:
let _ =
try
let infile = open_in !filename in
let rec readIn () =
try
(input_line infile) ^ readIn();
with ee -> "";
in
print_string(readIn () );
"good";
with e -> "";;
So why don't I get any output at all? Doesn't "with" erease the raised
Exception?
Thanks and cheers, chris
next reply other threads:[~2007-02-17 23:40 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-17 23:40 christian konrad [this message]
2007-02-18 0:37 ` [Caml-list] " Jon Harrop
2007-02-18 1:01 ` Geoffrey Romer
2007-02-18 9:20 ` Christophe TROESTLER
2007-02-18 9:19 ` Jacques Garrigue
2007-02-19 0:11 ` christian konrad
2007-02-19 9:16 ` Andrej Bauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=45D79283.8000101@in.tum.de \
--to=konrad@in.tum.de \
--cc=caml-list@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox