From: Martin Jambon <martin_jambon@emailuser.net>
To: caml-list@inria.fr
Subject: [Caml-list] Map + Set
Date: Sun, 25 Jul 2004 16:17:55 +0800 (HKT) [thread overview]
Message-ID: <Pine.LNX.4.44.0407251548560.1419-100000@localhost> (raw)
Hi,
I need a functional data structure that has a decent efficiency (i.e.
not lists) and can represent `sets of named containers' so that I can
find a container in a set, remove it from the set, update it and put it
back into the set.
Normally the Map module should be suitable, but it doesn't
provide set operations over the keys (union, inter, diff, ...).
The Set module is almost enough except that it doesn't provide a find
function:
val find : elt -> t -> elt (* yes! *)
Finally I just copy-pasted set.mli and set.ml and inserted a find
function... but is there a better solution?
Martin
-------------------
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:[~2004-07-25 8:18 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-25 8:17 Martin Jambon [this message]
2004-07-25 16:26 ` Matt Gushee
2004-07-25 17:01 ` Brian Hurt
2004-07-26 10:40 ` Matthieu Sozeau
2004-07-26 15:25 ` Brian Hurt
2004-07-26 15:47 ` Martin Jambon
2004-07-26 16:26 ` Brian Hurt
2004-07-26 7:43 ` Diego Olivier Fernandez Pons
2004-07-26 16:24 ` Martin Jambon
2004-07-26 16:52 ` Diego Olivier Fernandez Pons
2004-07-27 21:45 ` [Caml-list] Camlp4 help/questions Josh Smith
2004-07-27 22:11 ` Brian Hurt
2004-07-28 1:15 ` Josh Smith
[not found] ` <200407272307.50167.jon@jdh30.plus.com>
2004-07-28 1:38 ` Josh Smith
2004-07-28 8:03 ` Pierre Weis
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.44.0407251548560.1419-100000@localhost \
--to=martin_jambon@emailuser.net \
--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