Browse thread
Poly variants
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-12-17 (19:30) |
From: | Yaron Minsky <yminsky@g...> |
Subject: | Re: [Caml-list] Poly variants |
Egad! I wish someone had announced this! Our code uses all sorts of lower-case variants. Is there a serious possibility of this going away? And if so, why? And if so, wouldn't a warning of some kind have been appropriate? y On Fri, 17 Dec 2004 18:45:23 +0000, Tiago Dionizio <tngd81@gmail.com> wrote: > On Fri, 17 Dec 2004 19:24:13 +0100 (CET), Christophe TROESTLER > <Christophe.Troestler@umh.ac.be> wrote: > > Hi, > > > > Objective Caml version 3.08.2 > > # `a;; > > - : [> `a ] = `a > > > > Is the lack of capitalisation in the tag-name really wanted? > > http://caml.inria.fr/ocaml/htmlman/manual011.html > > Note on variant tags: the current implementation accepts lowercase > variant tags in addition to uppercase variant tags, but we suggest you > avoid lowercase variant tags for portability and compatibility with > future OCaml versions. > > _______________________________________________ > Caml-list mailing list. Subscription management: > http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list > Archives: http://caml.inria.fr > Beginner's list: http://groups.yahoo.com/group/ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-bugs >