Skip to content
  • Simon Peyton Jones's avatar
    Improve hashing of expressions · 9ba6b031
    Simon Peyton Jones authored
    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.
    9ba6b031