File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,6 @@ appropriate number.
396
396
397
397
The X < grouping operator > .
398
398
399
- X < |(),empty list >
400
399
An empty group C < () > creates an empty L < List > .
401
400
Parentheses around non-empty expressions simply structure the expression, but
402
401
not have additional semantics.
Original file line number Diff line number Diff line change @@ -64,8 +64,9 @@ Slurpy parameters (C<*@a>) flatten non-itemized sublists:
64
64
say fe(<a b>, <d e>); # 4
65
65
say fe(<a b>, <d e>.item); # 3
66
66
67
- The empty list is created with C < () > . Smartmatching against the empty list will
68
- check for the absence of elements.
67
+ <|(),empty list>
68
+ The emtpy list is created with C < () > . Smartmatching against the empty list will
69
+ check for the absense of elements.
69
70
70
71
my @a;
71
72
for @a, @a.list, @a.Seq -> \listoid {
You can’t perform that action at this time.
0 commit comments