caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Richard Jones <rich@annexia.org>
To: Michael Wohlwend <micha-1@fantasymail.de>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] compiler question
Date: Sun, 23 Jul 2006 08:58:02 +0100	[thread overview]
Message-ID: <20060723075802.GA31553@furbychan.cocan.org> (raw)
In-Reply-To: <200607222119.15681.micha-1@fantasymail.de>

On Sat, Jul 22, 2006 at 09:19:15PM +0200, Michael Wohlwend wrote:
>   let idx = ref 0 in
>   try
>     while true do
>       a0.(!idx) <-get32 file;

You shouldn't rely on the order that these are executed.  Normal
parameter evaluation (which this is not) in OCaml happens to be right
to left, but it's not defined to be that way.  Use the let binding if
you depend on a particular ordering.

> let t = get32 file in
> a0.(!idx) <- t;

Rich.

-- 
Richard Jones, CTO Merjis Ltd.
Merjis - web marketing and technology - http://merjis.com
Team Notepad - intranets and extranets for business - http://team-notepad.com


      reply	other threads:[~2006-07-23  7:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-22 19:19 Michael Wohlwend
2006-07-23  7:58 ` Richard Jones [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=20060723075802.GA31553@furbychan.cocan.org \
    --to=rich@annexia.org \
    --cc=caml-list@inria.fr \
    --cc=micha-1@fantasymail.de \
    /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).