mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
Fix codegen of effect symbols
This commit is contained in:
parent
cc507f3abd
commit
caf65ba2f8
3 changed files with 20 additions and 10 deletions
|
@ -119,11 +119,8 @@ impl GeneratedInfo {
|
|||
{
|
||||
let a_var = var_store.fresh();
|
||||
|
||||
let actual = crate::effect_module::build_effect_actual(
|
||||
effect_symbol,
|
||||
Type::Variable(a_var),
|
||||
var_store,
|
||||
);
|
||||
let actual =
|
||||
crate::effect_module::build_effect_actual(Type::Variable(a_var), var_store);
|
||||
|
||||
scope.add_alias(
|
||||
effect_symbol,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue