roc/crates/compiler/uitest
Ayaz Hafiz 238e64c0b3
Defer resolution of a recursion variable during union unification until merging
While unifying two unions, we may turn one of them into a recursive
union. If we don't recognize the recursiveness before merging, we'll
have lost the recursive value of the union.
2023-05-01 13:14:59 -05:00
..
src Add a way to print ranks in uitest 2023-05-01 13:14:59 -05:00
tests Defer resolution of a recursion variable during union unification until merging 2023-05-01 13:14:59 -05:00
Cargo.toml Offer a way to print mono IR in uitest 2023-04-12 10:52:39 -05:00