mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-31 17:17:26 +00:00
Fix out-of-date syntax snapshots
This commit is contained in:
parent
b0a5b1c3d5
commit
0984732854
2 changed files with 36 additions and 34 deletions
|
@ -18,8 +18,15 @@
|
|||
value_defs: [
|
||||
Annotation(
|
||||
@0-10 StrLiteral(
|
||||
PlainLine(
|
||||
"{(g)",
|
||||
Line(
|
||||
[
|
||||
Interpolated(
|
||||
@5-6 Var {
|
||||
module_name: "",
|
||||
ident: "g",
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
@11-12 BoundVariable(
|
||||
|
|
|
@ -1,37 +1,32 @@
|
|||
@0-18 SpaceAfter(
|
||||
Apply(
|
||||
@0-6 Str(
|
||||
Block(
|
||||
[],
|
||||
),
|
||||
@0-18 Apply(
|
||||
@0-6 Str(
|
||||
Block(
|
||||
[],
|
||||
),
|
||||
[
|
||||
@6-18 Str(
|
||||
Line(
|
||||
[
|
||||
Interpolated(
|
||||
@9-16 Apply(
|
||||
@9-10 Var {
|
||||
module_name: "",
|
||||
ident: "i",
|
||||
},
|
||||
[
|
||||
@10-16 Str(
|
||||
Block(
|
||||
[],
|
||||
),
|
||||
),
|
||||
],
|
||||
Space,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
Space,
|
||||
),
|
||||
[
|
||||
Newline,
|
||||
@6-18 Str(
|
||||
Line(
|
||||
[
|
||||
Interpolated(
|
||||
@9-16 Apply(
|
||||
@9-10 Var {
|
||||
module_name: "",
|
||||
ident: "i",
|
||||
},
|
||||
[
|
||||
@10-16 Str(
|
||||
Block(
|
||||
[],
|
||||
),
|
||||
),
|
||||
],
|
||||
Space,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
],
|
||||
Space,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue