caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Kurt Welgehausen <kwel@kwel.net>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Strange syntax error
Date: Sun, 23 Jan 2005 16:23:16 -0600	[thread overview]
Message-ID: <41F423D4.mail3QC11LB2O@kwel.net> (raw)
In-Reply-To: <20050123211112.GA14067@furbychan.cocan.org>

> Is this a parsing bug?

See section 6.7 of the manual, 'pattern-matching ::=  ...'.

<when> is not mentioned in the definition of <pattern>
(section 6.6); it's mentioned only in the definition
of <expr> (section 6.7). Since an or-pattern is a
<pattern>, it appears that it can have only one <when>
clause.

Regards


  parent reply	other threads:[~2005-01-23 22:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-23 21:11 Richard Jones
2005-01-23 21:44 ` [Caml-list] " Nicolas Cannasse
2005-01-23 21:49 ` Jon Harrop
2005-01-23 22:23 ` Kurt Welgehausen [this message]
2005-01-23 23:12   ` Richard Jones

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=41F423D4.mail3QC11LB2O@kwel.net \
    --to=kwel@kwel.net \
    --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;
as well as URLs for NNTP newsgroup(s).