unison/parser-typechecker
Dan Doel a8ce3ec559 Make rehash less crashy on bad SCCs
If a user arbitrarily permutes the links associated with code, it's
possible to end up with a load request that appears to have mutually
recursive definitions without common hashes. So, this has been made into
a catchable exception instead of throwing a Haskell error.

The initial hashing in the runtime just calls error when this happens,
since it means some internal code generation generated bad SCCs, not
that some kind of user error happened.
2023-08-14 12:21:38 -04:00
..
src Make rehash less crashy on bad SCCs 2023-08-14 12:21:38 -04:00
tests Fix some type errors from lamLift in tests 2023-08-11 12:59:44 -04:00
LICENSE Update and standardize licenses 2021-10-12 13:47:08 -06:00
package.yaml finish tying together unique type guid reuse 2023-07-18 12:59:37 -04:00
unison-parser-typechecker.cabal Add a module for rehashing ANF code 2023-07-31 14:45:08 -04:00