caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Oliver Bandel <oliver@first.in-berlin.de>
To: caml-list@yquem.inria.fr
Subject: Re: [Caml-list] OCaml mentioned in BraveGNUWorld
Date: Thu, 17 Mar 2005 03:45:12 +0100	[thread overview]
Message-ID: <20050317024512.GA710@first.in-berlin.de> (raw)
In-Reply-To: <20050317015537.GF439@first.in-berlin.de>

On Thu, Mar 17, 2005 at 02:55:37AM +0100, Oliver Bandel wrote:
[...]
> Examples of usage:
> 
> let filename = "sent-mail.experimental" in (* set mbox-filename *)
> let input_mbox = Mbox.read filename in     (* reading mbox-file *)
> let rematcher = Mbox.match_body_regexp ".*ocaml" Mbox.NoCase  (* create matcher-function *)
> in
>                (* next line: splitting the mbox into matching/nonmatching mails *)
>   let result = Mbox.partition_rename rematcher mb2 "OCAML-matched" "OCAML-NON-MATCHED" in
                                                 ^^^ 
                                                    \--- "input_mbox"
                                                 (copy/paste/change error)

Or I should have written:

 let mb2 = Mbox.read filename in     (* reading mbox-file *)

in the above code...


Ciao,
   Oliver


      reply	other threads:[~2005-03-17 10:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-15  8:20 Oliver Bandel
     [not found] ` <20050316212544.GA21821@pegasos>
2005-03-17  1:55   ` [Caml-list] " Oliver Bandel
2005-03-17  2:45     ` Oliver Bandel [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=20050317024512.GA710@first.in-berlin.de \
    --to=oliver@first.in-berlin.de \
    --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).