From: Alex Baretta <alex@baretta.com>
To: Artem Prisyznuk <tema@sit.kiev.ua>, ocaml <caml-list@inria.fr>
Subject: Re: [Caml-list] Troubles with marshaled/unmarshaled exception
Date: Thu, 04 Dec 2003 19:11:51 +0100 [thread overview]
Message-ID: <3FCF78E7.4080907@baretta.com> (raw)
In-Reply-To: <oprznx3sjeafbmjd@uaapc442>
Artem Prisyznuk wrote:
> Hello,
>
> I found strange behavior of pattern matching of
> marshaled/unmarshaled exception.
>
> Next code describe problem:
>
> let e = Failure "test";;
> let e' = Marshal.from_string (Marshal.to_string e []) 0;;
> let print_fun exc =
It seems to work alright on 3.07+2.
Here's my session:
Objective Caml version 3.07+2
# let e = Failure "test";;
val e : exn = Failure "test"
# let e' : exn = Marshal.from_string (Marshal.to_string e []) 0;;
val e' : exn = Failure "test"
# e = e';;
- : bool = true
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
next prev parent reply other threads:[~2003-12-04 18:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-04 15:46 Artem Prisyznuk
2003-12-04 18:11 ` Alex Baretta [this message]
2003-12-04 18:51 ` Eric C. Cooper
2003-12-04 19:05 ` Alex Baretta
2003-12-04 19:50 ` Eric C. Cooper
2003-12-04 19:14 ` Artem Prisyznuk
2003-12-05 0:14 ` Jason Hickey
2003-12-05 7:31 ` Artem Prisyznuk
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=3FCF78E7.4080907@baretta.com \
--to=alex@baretta.com \
--cc=caml-list@inria.fr \
--cc=tema@sit.kiev.ua \
/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