caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: "Daniel Bünzli" <daniel.buenzli@erratique.ch>
To: OCaml List <caml-list@inria.fr>
Subject: Re: [Caml-list] ocamlbuild rule with recursive action
Date: Wed, 3 Dec 2008 10:58:23 +0100	[thread overview]
Message-ID: <D2BAD7D2-81DA-4C3C-B5C0-13409BC2483A@erratique.ch> (raw)
In-Reply-To: <49365518.9030807@lri.fr>


Le 3 déc. 08 à 10:44, Romain Bardou a écrit :

> Well, you can also simply execute the commands yourself, in a loop,  
> using Command.execute or Command.execute_many.

But doesn't this break things ? Actions are supposed to build the  
command not execute it.

Daniel

P.S. something like

Rec of 'a * ('a -> action -> [ `Stop | `Step of command * 'a ])

would be better or

Rec of 'a * ('a -> action-> command * 'a) with the convention that  
returning Nop stops the recursion.


      reply	other threads:[~2008-12-03  9:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-02 10:40 Daniel Bünzli
2008-12-02 11:27 ` [Caml-list] " DooMeeR
2008-12-02 23:51   ` Daniel Bünzli
2008-12-03  9:44     ` Romain Bardou
2008-12-03  9:58       ` Daniel Bünzli [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=D2BAD7D2-81DA-4C3C-B5C0-13409BC2483A@erratique.ch \
    --to=daniel.buenzli@erratique.ch \
    --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).