mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
add lambda set vars to host exposed alias
This commit is contained in:
parent
b186ccc370
commit
aac0e2d9f9
4 changed files with 20 additions and 10 deletions
|
@ -378,7 +378,8 @@ fn can_annotation_help(
|
|||
introduced_variables.insert_host_exposed_alias(symbol, actual_var);
|
||||
Type::HostExposedAlias {
|
||||
name: symbol,
|
||||
arguments: vars,
|
||||
type_arguments: vars,
|
||||
lambda_set_variables: alias.lambda_set_variables.clone(),
|
||||
actual: Box::new(alias.typ.clone()),
|
||||
actual_var,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue