From: Eijiro Sumii <eijiro.sumii@gmail.com>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Objective Caml 3.09 released
Date: Fri, 28 Oct 2005 11:44:05 +0900 [thread overview]
Message-ID: <a4d0794e0510271944q7efccca3j7348e83ac2af2705@mail.gmail.com> (raw)
In-Reply-To: <4360E32F.1060905@inria.fr>
| It is my pleasure to announce the release of Objective Caml version 3.09.0,
| the "Halloween" release. Be very afraid :-)
Thanks and congratulations! (Thanks also for fixing the line number
problem in exception history reports.)
| - New warnings for variables locally bound and never used.
I suppose they do not include local variables bound by pattern
matching - is this correct?
Eijiro
> cat > test.ml
let x = 3 in 5
> ocamlc test.ml -o /dev/null
File "test.ml", line 1, characters 4-5:
Warning Y: unused variable x.
> cat > test2.ml
match 3 with x -> 5
> ocamlc test2.ml -o /dev/null
next prev parent reply other threads:[~2005-10-28 2:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-27 14:24 Xavier Leroy
2005-10-27 14:36 ` [Caml-list] " Damien Doligez
2005-10-27 15:40 ` skaller
2005-10-28 2:44 ` Eijiro Sumii [this message]
2005-10-28 4:08 ` Aleksey Nogin
2005-10-28 6:49 ` Eijiro Sumii
2005-10-28 19:14 ` Damien Doligez
2005-10-28 21:12 ` Jon Harrop
2005-10-29 14:31 ` Stefan Monnier
2005-10-28 7:28 ` [Caml-list] " Aleksey Nogin
2005-10-29 5:18 ` Vincenzo Ciancia
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=a4d0794e0510271944q7efccca3j7348e83ac2af2705@mail.gmail.com \
--to=eijiro.sumii@gmail.com \
--cc=caml-list@inria.fr \
--cc=sumii@ecei.tohoku.ac.jp \
/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