mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
wip
This commit is contained in:
parent
ceb938c9af
commit
46755973d6
8 changed files with 59 additions and 13 deletions
|
@ -617,6 +617,7 @@ fn to_relevant_branch_help<'a>(
|
|||
start.extend(sub_positions);
|
||||
start.extend(end);
|
||||
}
|
||||
Wrapped::EmptyRecord => todo!(),
|
||||
}
|
||||
|
||||
Some(Branch {
|
||||
|
@ -1183,7 +1184,7 @@ fn decide_to_branching<'a>(
|
|||
.expect("jump not in list of jumps");
|
||||
expr.clone()
|
||||
}
|
||||
Leaf(Inline(expr)) => expr,
|
||||
Leaf(Inline(expr)) => dbg!(expr),
|
||||
Chain {
|
||||
test_chain,
|
||||
success,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue