From: Xavier Leroy <xavier.leroy@inria.fr>
To: Sylvain Kerjean <skerjean@irisa.fr>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] how to perform an inline assignation to a value containing an int32
Date: Mon, 8 Oct 2001 15:29:17 +0200 [thread overview]
Message-ID: <20011008152917.E32344@pauillac.inria.fr> (raw)
In-Reply-To: <3BBABF80.C5F7C557@irisa.fr>; from skerjean@irisa.fr on Wed, Oct 03, 2001 at 09:34:24AM +0200
> i tried Int32_val(v) = v'
Yes, you can do that. Int32_val(v) is a l-value as well as a r-value,
in C parlance. Still, the Caml type int32 is normally immutable, so
it might be cleaner to allocate a fresh int32 using copy_int32(v').
- Xavier Leroy
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
prev parent reply other threads:[~2001-10-08 13:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-03 7:34 Sylvain Kerjean
2001-10-08 13:29 ` Xavier Leroy [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=20011008152917.E32344@pauillac.inria.fr \
--to=xavier.leroy@inria.fr \
--cc=caml-list@inria.fr \
--cc=skerjean@irisa.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