chore: assignment patterns refactor tuple into struct

This commit is contained in:
rvcas
2024-03-11 18:53:29 -04:00
committed by Lucas
parent b6b52ba508
commit 97247ce949
24 changed files with 205 additions and 161 deletions

View File

@@ -20,13 +20,13 @@ Module {
name: "bar",
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 19..20,
name: "a",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,
@@ -64,13 +64,13 @@ Module {
name: "bar",
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 56..57,
name: "a",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,
@@ -119,13 +119,13 @@ Module {
},
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 93..94,
name: "a",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,
@@ -170,13 +170,13 @@ Module {
location: 130..137,
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 126..127,
name: "a",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,

View File

@@ -25,13 +25,13 @@ Module {
preferred_format: Utf8String,
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 17..18,
name: "x",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,

View File

@@ -23,13 +23,13 @@ Module {
preferred_format: Utf8String,
},
patterns: [
(
Var {
AssignmentPattern {
pattern: Var {
location: 17..18,
name: "x",
},
None,
),
annotation: None,
},
],
kind: Let {
backpassing: false,