mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Weaken run-low-level
This commit is contained in:
parent
cb1373a3a4
commit
b3acbdfdfd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue