mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-12 23:06:18 +00:00
start resetref
This commit is contained in:
parent
61efec6fe2
commit
d4ed6f7778
13 changed files with 214 additions and 18 deletions
|
@ -1590,6 +1590,10 @@ fn expr_spec<'a>(
|
|||
Reset {
|
||||
symbol,
|
||||
update_mode,
|
||||
}
|
||||
| ResetRef {
|
||||
symbol,
|
||||
update_mode,
|
||||
} => {
|
||||
let tag_value_id = env.symbols[symbol];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue