mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-13 07:16:18 +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
|
@ -5114,6 +5114,7 @@ fn late_resolve_ability_specialization<'a>(
|
|||
solved,
|
||||
unspecialized,
|
||||
recursion_var: _,
|
||||
ambient_function: _,
|
||||
} = env.subs.get_lambda_set(*lambda_set);
|
||||
|
||||
debug_assert!(unspecialized.is_empty());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue