mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
WIP
This commit is contained in:
parent
8add147dcf
commit
99d0d9c732
8 changed files with 40 additions and 83 deletions
|
@ -672,7 +672,7 @@ fn to_relevant_branch_help<'a>(
|
|||
.map(|(index, (pattern, _))| {
|
||||
let mut new_path = path.to_vec();
|
||||
new_path.push(PathInstruction {
|
||||
index: 1 + index as u64,
|
||||
index: index as u64,
|
||||
tag_id,
|
||||
});
|
||||
(new_path, Guard::NoGuard, pattern)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue