mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-21 21:45:00 +00:00

Importantly, this would have caught the issue discovered in #7279, prior to that landing on main.
13 lines
165 B
Text
13 lines
165 B
Text
@0-9 Tuple(
|
|
[
|
|
@1-2 Num(
|
|
"1",
|
|
),
|
|
@4-5 Num(
|
|
"2",
|
|
),
|
|
@7-8 Num(
|
|
"3",
|
|
),
|
|
],
|
|
)
|