Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Julien Verlaguet <Julien.Verlaguet@pps.jussieu.fr>
To: caml-list@inria.fr
Subject: question on exceptions
Date: Fri, 13 May 2005 15:34:22 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.62.0505131529060.19887@hydrogene.pps.jussieu.fr> (raw)

I have the following peace of code

exception E;;
let x=E;;
exception E;;

I don't understand why the two following things are not equivalent :

# x=E;;
- : bool = true

# match x with
   | E -> true
   | _ -> false;;
- : bool = false

Is this normal ?

J


             reply	other threads:[~2005-05-13 13:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-13 13:34 Julien Verlaguet [this message]
2005-05-16  8:43 ` [Caml-list] " Johann Spies

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=Pine.LNX.4.62.0505131529060.19887@hydrogene.pps.jussieu.fr \
    --to=julien.verlaguet@pps.jussieu.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