caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Martin Jambon <martin.jambon@ens-lyon.org>
To: Jon Harrop <jon@ffconsultancy.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Pattern matching over lazy lists
Date: Wed, 11 Jul 2007 17:51:16 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.64.0707111741230.14060@martin.ec.wink.com> (raw)
In-Reply-To: <200707102338.47010.jon@ffconsultancy.com>

On Tue, 10 Jul 2007, Jon Harrop wrote:

>
> What's the best way to do this?
>
> I was thinking of forcing the first few elements of a lazy list before pattern
> matching and then looking for forced values in the lists as patterns but I
> don't think you can deconstruct a lazy value in a pattern match...

You can use this approach:

   http://martin.jambon.free.fr/micmatch-manual.html#htoc13

I found this convenient for "sliding window" signal analysis.

It requires micmatch and a 3.09-compatible version of camlp4.


Martin


      parent reply	other threads:[~2007-07-11 15:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-10 22:38 Jon Harrop
2007-07-11  8:44 ` [Caml-list] " Loup Vaillant
2007-07-11 11:13 ` Markus E.L.
2007-07-11 15:51 ` Martin Jambon [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=Pine.LNX.4.64.0707111741230.14060@martin.ec.wink.com \
    --to=martin.jambon@ens-lyon.org \
    --cc=caml-list@inria.fr \
    --cc=jon@ffconsultancy.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).