mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Constrain function annotation fx to body
This commit is contained in:
parent
b9b85a222f
commit
7af05cc6c9
10 changed files with 102 additions and 87 deletions
|
@ -203,7 +203,7 @@ pub fn can_expr_with<'a>(
|
|||
rigids: MutMap::default(),
|
||||
home,
|
||||
resolutions_to_make: vec![],
|
||||
fn_fx_var: None,
|
||||
enclosing_fx: None,
|
||||
},
|
||||
loc_expr.region,
|
||||
&loc_expr.value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue