From: Damien Doligez <damien.doligez@inria.fr>
To: skaller@ozemail.com.au, xavier.leroy@inria.fr
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] Hashtbl iter semantics
Date: Mon, 27 May 2002 21:04:58 +0200 (MET DST) [thread overview]
Message-ID: <200205271904.VAA0000015105@beaune.inria.fr> (raw)
>From: John Max Skaller <skaller@ozemail.com.au>
>For example: delete: if a binding is deleted it won't be presented
>subsequently.
>Add: the binding may or may not be presented.
>Replace: if the binding is presented, it will have the data value used
>in replace.
>If the binding was already presented, it will not be represented.
>Otherwise: the binding will be presented with its initial data value.
AFAICT from a quick look at the source, it's more like this:
delete: the binding may or may not be presented subsequently
add: the binding may or may not be presented
replace: the binding may be presented with the old or the new data
value; if it was already presented, it will not be represented
otherwise: the binding will be presented with its initial data value.
-- Damien
-------------------
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
next reply other threads:[~2002-05-27 19:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-05-27 19:04 Damien Doligez [this message]
2002-05-29 19:01 ` John Max Skaller
2002-05-30 6:53 ` Francois Pottier
2002-05-31 17:29 ` John Max Skaller
2002-06-03 7:03 ` Francois Pottier
2002-06-03 17:07 ` John Max Skaller
-- strict thread matches above, loose matches on Subject: below --
2002-05-26 15:43 John Max Skaller
2002-05-27 14:38 ` Xavier Leroy
2002-05-27 18:16 ` 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=200205271904.VAA0000015105@beaune.inria.fr \
--to=damien.doligez@inria.fr \
--cc=caml-list@inria.fr \
--cc=skaller@ozemail.com.au \
--cc=xavier.leroy@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