mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
Type fixes
This commit is contained in:
parent
b2d3b52bd5
commit
3e3d3cc7f3
6 changed files with 2 additions and 44 deletions
|
@ -1900,15 +1900,6 @@ pub enum Expr<'a> {
|
|||
lambda_name: LambdaName<'a>,
|
||||
},
|
||||
|
||||
Reuse {
|
||||
symbol: Symbol,
|
||||
update_tag_id: bool,
|
||||
update_mode: UpdateModeId,
|
||||
// normal Tag fields
|
||||
tag_layout: UnionLayout<'a>,
|
||||
tag_id: TagIdIntType,
|
||||
arguments: &'a [Symbol],
|
||||
},
|
||||
Reset {
|
||||
symbol: Symbol,
|
||||
update_mode: UpdateModeId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue