caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Thomas Gazagnaire <ocaml@gazagnaire.com>
To: caml-list@inria.fr
Subject: Re: another camlp4 question
Date: Fri, 12 Feb 2010 12:16:09 +0000	[thread overview]
Message-ID: <9722eaea1002120416s72a7e1e6u9730b755aa3e4ef1@mail.gmail.com> (raw)
In-Reply-To: <9722eaea1002111055q7f571aeu1797760f58ad4dd5@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

To answer to myself:

EXTEND Gram
>
> GLOBAL: sig_item;
>
> sig_item:  [[
>     "module"; "type"; i = a_UIDENT; "="; mt = module_type; "with"; id =
> LIDENT ->
>         <:sig_item< module type $uid:i ^ "_" ^ id$ = $mt$; >>
>     ]];
> END
>

should have been: str_item instead of sig_item + any keyword different from
"with" after the signature definition.

- Thomas

[-- Attachment #2: Type: text/html, Size: 651 bytes --]

      reply	other threads:[~2010-02-12 12:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-11 18:55 Thomas Gazagnaire
2010-02-12 12:16 ` Thomas Gazagnaire [this message]

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=9722eaea1002120416s72a7e1e6u9730b755aa3e4ef1@mail.gmail.com \
    --to=ocaml@gazagnaire.com \
    --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).