mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-03 00:27:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| ability | ||
| exhaustive | ||
| instantiate | ||
| lambda_set | ||
| oiop | ||
| pattern | ||
| ranged | ||
| record | ||
| recursion | ||
| recursive_type | ||
| solve | ||
| specialize | ||
| weaken | ||