mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 18:08:55 +03:00
Weaken run-low-level
This commit is contained in:
parent
cb1373a3a4
commit
b3acbdfdfd
@ -3830,13 +3830,13 @@ fn is_generalizable_expr(mut expr: &Expr) -> bool {
|
||||
| LetRec(_, _, _)
|
||||
| LetNonRec(_, _)
|
||||
| Call(_, _, _)
|
||||
| RunLowLevel { .. }
|
||||
=> {
|
||||
return false
|
||||
}
|
||||
// TODO(weakening)
|
||||
Var(_, _)
|
||||
| AbilityMember(_, _, _)
|
||||
| RunLowLevel { .. }
|
||||
| ForeignCall { .. }
|
||||
| Expr::Record { .. }
|
||||
| EmptyRecord
|
||||
|
Loading…
Reference in New Issue
Block a user