caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* on objects, equality and playing nicely with the stdlib
@ 2008-05-29  4:50 Peng Zang
  2008-05-29  7:13 ` [Caml-list] " Jon Harrop
  0 siblings, 1 reply; 4+ messages in thread
From: Peng Zang @ 2008-05-29  4:50 UTC (permalink / raw)
  To: caml-list

-----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-----


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-29 13:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-29  4:50 on objects, equality and playing nicely with the stdlib Peng Zang
2008-05-29  7:13 ` [Caml-list] " Jon Harrop
2008-05-29  8:13   ` Christophe Raffalli
2008-05-29 13:25     ` Peng Zang

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).