From: Peng Zang <peng.zang@gmail.com>
To: caml-list@yquem.inria.fr
Subject: on objects, equality and playing nicely with the stdlib
Date: Thu, 29 May 2008 00:50:33 -0400 [thread overview]
Message-ID: <200805290050.36980.peng.zang@gmail.com> (raw)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello list,
Recently, in building some toy games, I've started using objects. I've been
pleased with them and often find the subtyping convenient.
However, I've run into some issues with the standard physical equality of
objects that the (=) operator performs. Namely, it makes several stdlib
modules difficult to use. Modules that provides a polymorphic (generic)
interface such as Hashtbl, List, Stack, etc.. rely on the (=) operator. This
is fine as long as it happens to be what I need. The minute I introduce my
own equality however, things break down.
What is the best way to go about using the stdlib (or similar) when you have
your own equality function? This problem almost never shows up if you just
stick with basic data types, but with objects you quickly run into it.
Thanks in advance,
Peng
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIPjYcfIRcEFL/JewRAlkvAKCYjJhIc5dw5YMiwUS02LR8RowsDQCgzzAI
gpif0G1fWn0vlCzzaoalWa4=
=+0ZK
-----END PGP SIGNATURE-----
next reply other threads:[~2008-05-29 4:50 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-29 4:50 Peng Zang [this message]
2008-05-29 7:13 ` [Caml-list] " Jon Harrop
2008-05-29 8:13 ` Christophe Raffalli
2008-05-29 13:25 ` Peng Zang
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=200805290050.36980.peng.zang@gmail.com \
--to=peng.zang@gmail.com \
--cc=caml-list@yquem.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