caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Jacques Garrigue <garrigue@kurims.kyoto-u.ac.jp>
To: dbmcclain@email.msn.com
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Re: Syntax Changes in OCaml
Date: Tue, 05 Feb 2002 21:22:07 +0900	[thread overview]
Message-ID: <20020205212207K.garrigue@kurims.kyoto-u.ac.jp> (raw)
In-Reply-To: <001701c1add4$f5098b80$210148bf@dylan>

From: "dbmcclain" <dbmcclain@email.msn.com>

> I had the distinct impression that the latest release of OCaml already
> imposes a (minor) syntax change in that tags on library function arguments
> are now mandatory. Is this not the case?

It is not a syntax change (the grammar didn't change), but a
typechecker change, which only concerns people who use labels.
(We hoped they were flexible enough to accept this integrating change.)
Labels are required in some cases, but there are no labels in the
standard library.

> My (mis?)understanding has already prevented my adoption of the latest
> version simply because of the effort required to port 20 KLOC of OCaml to
> this new imposition. If this is not the case, then I will gladly incorporate
> the newest version in my system.

Indeed this is a misunderstanding: ocaml 3.04 is fully compatible with
ocaml 2.04. Non-labeled programs do not require any change.
(Actually, there is one change in the grammar for stream parsers, and
you have to use camlp4 for them, but this is really all.)

Keep with us,

Jacques Garrigue
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


      parent reply	other threads:[~2002-02-05 12:22 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-04 23:37 dbmcclain
2002-02-05 11:23 ` Markus Mottl
2002-02-05 12:01   ` Daniel de Rauglaudre
2002-02-05 12:14     ` Pixel
2002-02-05 12:36     ` Markus Mottl
2002-02-05 14:02     ` Doug Bagley
2002-02-05 18:12       ` Remi VANICAT
2002-02-05 12:11   ` Jérôme Marant
2002-02-05 12:22 ` Jacques Garrigue [this message]

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=20020205212207K.garrigue@kurims.kyoto-u.ac.jp \
    --to=garrigue@kurims.kyoto-u.ac.jp \
    --cc=caml-list@inria.fr \
    --cc=dbmcclain@email.msn.com \
    /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).