unison/unison-core
Mitchell Rosen 1edf417863 Bugfix: make hashing effects order-independent
Previously, terms that are identical other than the order a set of
effects is listed hashed differently. The following two terms should
have the same hash, and now they do.

  foo : Nat ->{Exception, IO} Nat
  bar : Nat ->{IO, Exception} Nat
2021-12-22 11:27:04 -08:00
..
src/Unison Bugfix: make hashing effects order-independent 2021-12-22 11:27:04 -08:00
LICENSE Update and standardize licenses 2021-10-12 13:47:08 -06:00
package.yaml Merge remote-tracking branch 'origin/trunk' into topic/rehash-codebase 2021-11-11 23:22:09 -05:00
unison-core1.cabal Merge branch 'trunk' into topic/rehash-codebase 2021-11-29 16:48:09 -06:00