mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
add a TypedHole node to Expr, for use in the editor
This commit is contained in:
parent
2c09907116
commit
f285e7ce93
6 changed files with 23 additions and 3 deletions
|
@ -710,6 +710,7 @@ fn fix_values_captured_in_closure_expr(
|
|||
| Var(_)
|
||||
| AbilityMember(..)
|
||||
| EmptyRecord
|
||||
| TypedHole { .. }
|
||||
| RuntimeError(_)
|
||||
| ZeroArgumentTag { .. }
|
||||
| Accessor { .. } => {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue