mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 13:34:15 +00:00
WIP
This commit is contained in:
parent
743030fc99
commit
8a566dc339
260 changed files with 6344 additions and 2958 deletions
|
|
@ -177,6 +177,7 @@ pub fn can_expr_with<'a>(
|
|||
&dep_idents,
|
||||
&module_ids,
|
||||
None,
|
||||
roc_can::env::FxMode::PurityInference,
|
||||
);
|
||||
|
||||
// Desugar operators (convert them to Apply calls, taking into account
|
||||
|
|
@ -203,6 +204,7 @@ pub fn can_expr_with<'a>(
|
|||
rigids: MutMap::default(),
|
||||
home,
|
||||
resolutions_to_make: vec![],
|
||||
fx_expectation: None,
|
||||
},
|
||||
loc_expr.region,
|
||||
&loc_expr.value,
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue