mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Unify call's fx var with that of the enclosing function
This commit is contained in:
parent
7871ba182d
commit
5a5abe3bc5
23 changed files with 246 additions and 41 deletions
|
@ -667,6 +667,8 @@ fn make_specialization_decision<P: Phase>(
|
|||
| RigidVar(..)
|
||||
| LambdaSet(..)
|
||||
| ErasedLambda
|
||||
| Pure
|
||||
| Effectful
|
||||
| RangedNumber(..) => {
|
||||
internal_error!("unexpected")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue