mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
added branch info and uniqueness check
This commit is contained in:
parent
d10d71cdec
commit
fdfa978ca8
3 changed files with 45 additions and 14 deletions
|
@ -1607,6 +1607,10 @@ pub enum BranchInfo<'a> {
|
|||
scrutinee: Symbol,
|
||||
len: u64,
|
||||
},
|
||||
Unique {
|
||||
scrutinee: Symbol,
|
||||
unique: bool,
|
||||
},
|
||||
}
|
||||
|
||||
impl<'a> BranchInfo<'a> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue