Fri Nov 24 03:09:26 PST 2006 simonpj at microsoft.com
* Improve hashing of expressions
We were getting too many cases where different expressions map to the
same hash code (which shows up in CSE). This patch tries to improve
the hash algorithm a bit.
M ./compiler/coreSyn/CoreUtils.lhs -19 +36