roc/crates/compiler/uitest/tests
Ayaz Hafiz 49a92e5ef1
Support fixpoint-fixing under recursion variables
Sometimes, we might need to fixpoint-fix a unification like

[ Bar [ Bar <a>, Foo ], Foo ] as <a>  🛠️  [ Bar <b>, Foo ] as <b>

where we hit a comparison between <a> and <b>. In this case, follow each
recursion point independently and see if we can find the chain to the needle
we were searching for.

Closes #5476
2023-06-13 17:15:11 -05:00
..
ability Implement hash for Dec 2023-05-26 11:38:30 -05:00
exhaustive Add open union under tuple test 2023-05-24 13:12:47 -05:00
instantiate Move uitests to their own crate 2023-04-02 09:11:31 -05:00
lambda_set Update emit headers 2023-04-12 10:55:56 -05:00
oiop Move uitests to their own crate 2023-04-02 09:11:31 -05:00
pattern Correctly introduce new openness variables at the union rank 2023-05-01 13:14:58 -05:00
ranged Move uitests to their own crate 2023-04-02 09:11:31 -05:00
record Move uitests to their own crate 2023-04-02 09:11:31 -05:00
recursion update mono and uitests 2023-05-25 11:01:14 -07:00
recursive_type Support fixpoint-fixing under recursion variables 2023-06-13 17:15:11 -05:00
solve update uitest failure 2023-06-08 19:34:52 +10:00
specialize update test 2023-05-28 09:44:27 +02:00
weaken Move uitests to their own crate 2023-04-02 09:11:31 -05:00