mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
refactor to combine params
This commit is contained in:
parent
384bf7ca5b
commit
612fa4c75a
2 changed files with 128 additions and 92 deletions
|
@ -218,7 +218,6 @@ pub(crate) fn ok_to_ok_branch(
|
|||
symbol: &Symbol,
|
||||
env: &mut Env<'_>,
|
||||
) -> WhenBranch {
|
||||
|
||||
WhenBranch {
|
||||
patterns: vec![WhenBranchPattern {
|
||||
pattern: Loc::at_zero(Pattern::AppliedTag {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue