mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 03:42:17 +00:00
Use index
This commit is contained in:
parent
6014370b91
commit
16ebcba053
3 changed files with 3 additions and 2 deletions
|
@ -1926,7 +1926,7 @@ fn unify_lambda_set_help<M: MetaCollector>(
|
|||
env,
|
||||
ctx,
|
||||
Content::LambdaSet(LambdaSet {
|
||||
solved: UnionLabels::from_slices(Subs::LAMBDA_NAME_ERASED, SubsSlice::empty()),
|
||||
solved: UnionLabels::from_tag_name_index(Subs::LAMBDA_NAME_ERASED_INDEX),
|
||||
recursion_var: OptVariable::NONE,
|
||||
unspecialized: SubsSlice::empty(),
|
||||
ambient_function: ambient_function_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue