mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
start
This commit is contained in:
parent
c1ced3c5d2
commit
dbab89cc64
4 changed files with 333 additions and 52 deletions
|
@ -1599,6 +1599,10 @@ pub enum BranchInfo<'a> {
|
|||
layout: InLayout<'a>,
|
||||
tag_id: TagIdIntType,
|
||||
},
|
||||
List {
|
||||
scrutinee: Symbol,
|
||||
len: u64,
|
||||
},
|
||||
}
|
||||
|
||||
impl<'a> BranchInfo<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue