chore: assignment patterns refactor tuple into struct
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user