[plt-scheme] 3.99.0.7: `equal?' and structure types

Matthew Flatt mflatt at cs.utah.edu
Thu Dec 27 11:22:15 EST 2007


As of version 3.99.0.7 in SVN, `equal?' and hashing work on cyclic data.

Also, the new `prop:equal+hash' property lets you specify an equality
predicate and hash-code functions for a structure type. See the
documentation for details.

Inside MzScheme, scheme_set_type_equality() has changed to accommodate
cyclic data.

Matthew




More information about the plt-scheme mailing list