mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
can::Expr::ParamsVar for lookups with params
This commit is contained in:
parent
5aebb7b570
commit
1526fc4aee
7 changed files with 67 additions and 5 deletions
|
@ -266,6 +266,7 @@ pub fn walk_expr<V: Visitor>(visitor: &mut V, expr: &Expr, var: Variable) {
|
|||
walk_list(visitor, *elem_var, loc_elems);
|
||||
}
|
||||
Expr::Var(..) => { /* terminal */ }
|
||||
Expr::ParamsVar { .. } => { /* terminal */ }
|
||||
Expr::AbilityMember(..) => { /* terminal */ }
|
||||
Expr::If {
|
||||
cond_var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue