mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
refactor and clean up
This commit is contained in:
parent
604dbf7215
commit
1981a7e467
7 changed files with 355 additions and 241 deletions
|
@ -217,6 +217,8 @@ fn solve(
|
|||
}
|
||||
|
||||
Failure(vars, actual_type, expected_type) => {
|
||||
introduce(subs, rank, pools, &vars);
|
||||
|
||||
let problem = TypeError::BadExpr(
|
||||
*region,
|
||||
Category::Lookup(*symbol),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue