roc/crates/compiler/solve
Ayaz Hafiz ff4b5f58ab
Avoid over-eager disjoint variable merging during lambda set compaction
During the unspecialized lambda set compaction procedure, we might end
up trying to merge too many disjoint variables during unspecialized
lambda unification. Avoid doing so, by checking if we're in the
compaction procedure.
2022-07-29 14:18:47 -04:00
..
docs Use strict unification of vars in unspecialized lambda sets right now 2022-07-06 13:08:58 -04:00
src Avoid over-eager disjoint variable merging during lambda set compaction 2022-07-29 14:18:47 -04:00
tests Avoid over-eager disjoint variable merging during lambda set compaction 2022-07-29 14:18:47 -04:00
Cargo.toml Move solve problems to their own crate 2022-07-28 08:57:32 -04:00