caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Anastasia Gornostaeva <ermine@ermine.pp.ru>
To: caml-list@yquem.inria.fr
Subject: camlp4 + array
Date: Sun, 4 Oct 2009 21:08:24 +0400	[thread overview]
Message-ID: <20091004170824.GB46755@ermine.home> (raw)

Hello.

The code

       let pl =
            Array.fold_left (fun ls l -> <:expr< $ls$; $`int:l$ >>)
            <:expr<>> some_array
          in
            <:expr< [| $pl$ |] >>

produces somelike [| (1; 2; 3; 4) |], i.e the pl in () brackets.
How should I do write this code properly?

ermine 


             reply	other threads:[~2009-10-04 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-04 17:08 Anastasia Gornostaeva [this message]
2009-10-04 17:44 ` [Caml-list] " blue storm

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=20091004170824.GB46755@ermine.home \
    --to=ermine@ermine.pp.ru \
    --cc=caml-list@yquem.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).