mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
fix most type inference issues
This commit is contained in:
parent
9b83c3ad58
commit
d931c8994a
10 changed files with 273 additions and 49 deletions
|
@ -374,8 +374,6 @@ pub fn constrain_expr(
|
|||
|
||||
let closed_over_symbols = captured_symbols;
|
||||
|
||||
dbg!(&closed_over_symbols);
|
||||
|
||||
let mut tag_arguments = Vec::with_capacity(closed_over_symbols.len());
|
||||
let mut captured_symbols_constraints = Vec::with_capacity(captured_symbols.len());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue