mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Attach ambient function vars to lambda sets
This commit is contained in:
parent
7365da6f69
commit
5d74a376af
14 changed files with 233 additions and 47 deletions
|
@ -277,6 +277,7 @@ impl LambdaSet {
|
|||
solved,
|
||||
recursion_var: _,
|
||||
unspecialized: _,
|
||||
ambient_function: _,
|
||||
} = lset;
|
||||
|
||||
// TODO: handle unspecialized
|
||||
|
@ -700,6 +701,7 @@ impl Layout {
|
|||
solved,
|
||||
recursion_var,
|
||||
unspecialized: _,
|
||||
ambient_function: _,
|
||||
} = lset;
|
||||
|
||||
// TODO: handle unspecialized lambda set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue