From: Matthew Flatt (mflatt at cs.utah.edu) Date: 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
Posted on the users mailing list. |
|