From: Wolfgang Gehrke <wgehrke@dia.uniroma3.it>
To: caml-list@inria.fr
Subject: lower-case tag names allowed?
Date: Tue, 07 Nov 2000 10:13:00 +0100 [thread overview]
Message-ID: <3A07C79B.9D0180A8@dia.uniroma3.it> (raw)
Hello,
the top level tells me:
Objective Caml version 3.00
# let test1 = `A;;
val test1 : [> `A] = `A
# let test2 = `a;;
val test2 : [> `a] = `a
on the other hand the manual says:
Variant tag = uppercase (tag-name ::= capitalized-ident)
Personally I like to have both possibilities, but I would not like to
rewrite the code in the future. In fact one can bounce into a keyword
(let test = `method;; fails).
What is correct?
Thank you,
Wolfgang
reply other threads:[~2000-11-08 17:10 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=3A07C79B.9D0180A8@dia.uniroma3.it \
--to=wgehrke@dia.uniroma3.it \
--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