caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Artem Prisyznuk <tema@sit.kiev.ua>
To: caml-bugs@pauillac.inria.fr
Cc: caml-list@inria.fr
Subject: [Caml-list] Troubles with marshaled/unmarshaled exception
Date: Thu, 04 Dec 2003 17:46:30 +0200	[thread overview]
Message-ID: <oprznx3sjeafbmjd@uaapc442> (raw)

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 =
	  match exc with
	    Failure _ -> print_endline "Matching OK"
	  | exc -> print_endline "Matching Fail";;

	print_fun e;;
	print_fun e';;
       Printf.printf "e = e' is %b\n" (e=e');;

Output:

	Matching OK
	Matching Fail
       e = e' is true

So second call print missing value.

-- 
Artem Prysyznuk
tema@sit.kiev.ua

-------------------
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


             reply	other threads:[~2003-12-04 15:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-04 15:46 Artem Prisyznuk [this message]
2003-12-04 18:11 ` Alex Baretta
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=oprznx3sjeafbmjd@uaapc442 \
    --to=tema@sit.kiev.ua \
    --cc=caml-bugs@pauillac.inria.fr \
    --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;
as well as URLs for NNTP newsgroup(s).