mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +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
|
@ -1105,6 +1105,7 @@ fn fix_values_captured_in_closure_expr(
|
|||
| SingleQuote(..)
|
||||
| IngestedFile(..)
|
||||
| Var(..)
|
||||
| ParamsVar { .. }
|
||||
| AbilityMember(..)
|
||||
| EmptyRecord
|
||||
| TypedHole { .. }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue