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: | -- (:) |
| From: | Christophe TROESTLER <Christophe.Troestler@u...> |
| Subject: | Re: [Caml-list] Poly variants |
On Fri, 17 Dec 2004, 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? > > 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. Thanks, I read too fast ;) -- hopefully this will be removed soon. ChriS