caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Jérémie Dimino" <jeremie@dimino.org>
To: Jacques Le Normand <rathereasy@gmail.com>
Cc: caml-list caml-list <caml-list@yquem.inria.fr>
Subject: Re: [Caml-list] camlp4 infix let
Date: Wed, 07 Apr 2010 21:45:15 +0200	[thread overview]
Message-ID: <1270669515.22777.4.camel@aurora> (raw)
In-Reply-To: <t2pf74178431004071205u7272e6c9t4d296e3882768fff@mail.gmail.com>

Hi,

Le mercredi 07 avril 2010 à 15:05 -0400, Jacques Le Normand a écrit :
> Dear List,
> I'm writing a camlp4 syntax extension and I'd like to write 
> 
>     <:expr< let ( >>= ) = Bar.( >>= ) in 5 >>
> 
> but camlp4 complains:
> 
>       While expanding quotation "expr" in a position of "expr":
>         Parse error: ")" or [ipatt] expected after "(" (in [ipatt])
> 
> yet it seems to be valid revised syntax. Does anyone have any ideas?

It is because the ">>" of the ">>=" operator is detected as the end of
the camlp4 quotation. You can try something like that:

   let operator = ">>=" in <:expr< let ($lid:operator$) = Bar.($lid:operator$) in 5 >>

Cheers,
Jérémie


  reply	other threads:[~2010-04-07 19:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-07 19:05 Jacques Le Normand
2010-04-07 19:45 ` Jérémie Dimino [this message]
2010-04-07 20:24   ` [Caml-list] " Martin Jambon

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=1270669515.22777.4.camel@aurora \
    --to=jeremie@dimino.org \
    --cc=caml-list@yquem.inria.fr \
    --cc=rathereasy@gmail.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).