mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
actually infer the size
This commit is contained in:
parent
c00cd2f415
commit
e9f5c1a73c
8 changed files with 51 additions and 25 deletions
|
@ -1012,7 +1012,7 @@ fn canonicalize_pending_def<'a>(
|
|||
function_type,
|
||||
closure_type,
|
||||
return_type,
|
||||
name: *symbol,
|
||||
name: *defined_symbol,
|
||||
recursive: is_recursive,
|
||||
arguments: arguments.clone(),
|
||||
loc_body: body.clone(),
|
||||
|
@ -1145,7 +1145,7 @@ fn canonicalize_pending_def<'a>(
|
|||
function_type,
|
||||
closure_type,
|
||||
return_type,
|
||||
name: *symbol,
|
||||
name: *defined_symbol,
|
||||
recursive: is_recursive,
|
||||
arguments: arguments.clone(),
|
||||
loc_body: body.clone(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue