mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Merge trunk
This commit is contained in:
parent
baa3debae2
commit
8c96d12661
26 changed files with 2600 additions and 1093 deletions
|
@ -1034,9 +1034,9 @@ mod when {
|
|||
branch_result(indented_more)
|
||||
),
|
||||
|((patterns, guard), expr)| WhenBranch {
|
||||
patterns: patterns,
|
||||
patterns,
|
||||
value: expr,
|
||||
guard: guard
|
||||
guard
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue