mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
Rename variant_var to tag_union_var
This commit is contained in:
parent
c81eecd644
commit
7e12bcff1d
8 changed files with 53 additions and 33 deletions
|
@ -244,7 +244,7 @@ pub fn walk_expr<V: Visitor>(visitor: &mut V, expr: &Expr, var: Variable) {
|
|||
walk_record_fields(visitor, updates.iter());
|
||||
}
|
||||
Expr::Tag {
|
||||
variant_var: _,
|
||||
tag_union_var: _,
|
||||
ext_var: _,
|
||||
name: _,
|
||||
arguments,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue