caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] Evaluation order of Stream.from
Date: Wed, 22 May 2002 12:06:29 +0200	[thread overview]
Message-ID: <20020522120629.J1300@verdot.inria.fr> (raw)
In-Reply-To: <20020521220938P.yoriyuki@mbg.sphere.ne.jp>; from yoriyuki@mbg.sphere.ne.jp on Tue, May 21, 2002 at 10:09:38PM +0900

Hi,

On Tue, May 21, 2002 at 10:09:38PM +0900, YAMAGATA yoriyuki wrote:

> I have a question about Stream.from.  If I create a stream by
> Stream.from f by some function f, in what order f is called?  I mean,
> is it guaranteed that f is always called as f 1, f 2, f 3, ....? or is
> the order like f 1, f 3, f 5, f 7, f 2, f 4, .... possible?

Yes, the order is guaranteed: in streams, to access the nth element,
you must have accessed the first n-1 ones before. But the first
element is f 0, not f 1.

-- 
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-05-22 10:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-21 13:09 YAMAGATA yoriyuki
2002-05-22 10:06 ` Daniel de Rauglaudre [this message]
2002-05-22 15:48 ` John Max Skaller

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=20020522120629.J1300@verdot.inria.fr \
    --to=daniel.de_rauglaudre@inria.fr \
    --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).