mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Detect fx mode based on hosted module
This commit is contained in:
parent
fd3fb16f7a
commit
01c94050c8
9 changed files with 54 additions and 10 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue