mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Weaken record accesses
This commit is contained in:
parent
b5cce17822
commit
0a9155d9d8
1 changed files with 1 additions and 1 deletions
|
@ -3835,13 +3835,13 @@ fn is_generalizable_expr(mut expr: &Expr) -> bool {
|
|||
| EmptyRecord
|
||||
| Expr::Record { .. }
|
||||
| Crash { .. }
|
||||
| Access { .. }
|
||||
=> {
|
||||
return false
|
||||
}
|
||||
// TODO(weakening)
|
||||
Var(_, _)
|
||||
| AbilityMember(_, _, _)
|
||||
| Access { .. }
|
||||
| Accessor(_)
|
||||
| Update { .. }
|
||||
| Tag { .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue