File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -25,20 +25,6 @@ structure _root_.Std.Slice (shape : RangeShape) (α : Type u) {β : Type v}
25
25
carrier : α
26
26
range : PRange shape β
27
27
28
- -- syntax:max term noWs "[" withoutPosition("*...* ") "]" : term
29
- -- syntax:max term noWs "[" withoutPosition(term "...*") "]" : term
30
- -- syntax:max term noWs "[" withoutPosition("*...* ") "]" : term
31
- -- syntax:max term noWs "[" withoutPosition(term "<...*") "]" : term
32
- -- syntax:max term noWs "[" withoutPosition(term "...<" term) "]" : term
33
- -- syntax:max term noWs "[" withoutPosition(term "<...<" term) "]" : term
34
- -- syntax:max term noWs "[" withoutPosition("*...<" term) "]" : term
35
- -- syntax:max term noWs "[" withoutPosition(term "...=" term) "]" : term
36
- -- syntax:max term noWs "[" withoutPosition(term "<...=" term) "]" : term
37
- -- syntax:max term noWs "[" withoutPosition("*...=" term) "]" : term
38
- -- syntax:max term noWs "[" withoutPosition(term "..." term) "]" : term
39
- -- syntax:max term noWs "[" withoutPosition(term "<..." term) "]" : term
40
- -- syntax:max term noWs "[" withoutPosition("*..." term) "]" : term
41
-
42
28
macro_rules
43
29
| `($c[*...*]) => `(Slice.mk $c *...*)
44
30
| `($c[$a...*]) => `(Slice.mk $c $a...*)
You can’t perform that action at this time.
0 commit comments