mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-16 10:00:15 +00:00
add as
for list rest patterns
This commit is contained in:
parent
aff70bb6bd
commit
8305d078a0
4 changed files with 44 additions and 14 deletions
|
@ -555,9 +555,9 @@ pub enum EExpect<'a> {
|
|||
pub enum EPattern<'a> {
|
||||
Record(PRecord<'a>, Position),
|
||||
List(PList<'a>, Position),
|
||||
Underscore(Position),
|
||||
As(Position),
|
||||
AsKeyword(Position),
|
||||
AsIdentifier(Position),
|
||||
Underscore(Position),
|
||||
NotAPattern(Position),
|
||||
|
||||
Start(Position),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue