mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
add index
This commit is contained in:
parent
e1af2eb7d0
commit
aba01ad62a
3 changed files with 28 additions and 16 deletions
|
@ -1200,6 +1200,8 @@ pub enum Expr<'a> {
|
|||
CoerceToTagId {
|
||||
structure: Symbol,
|
||||
tag_id: u8,
|
||||
union_layout: UnionLayout<'a>,
|
||||
index: u64,
|
||||
},
|
||||
|
||||
Array {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue