Rename DotDotPat -> RestPat

This commit is contained in:
Aleksey Kladov 2020-07-31 21:45:29 +02:00
parent 215b9b9ccc
commit 22d295ceaa
14 changed files with 55 additions and 55 deletions

View file

@ -498,7 +498,7 @@ TypeBound =
Pat =
IdentPat
| BoxPat
| DotDotPat
| RestPat
| LiteralPat
| MacroPat
| OrPat
@ -560,7 +560,7 @@ OrPat =
BoxPat =
'box' Pat
DotDotPat =
RestPat =
'..'
MacroPat =