mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-19 03:20:14 +00:00
parse and format pattern as
This commit is contained in:
parent
ea53a50447
commit
e9196f3c0b
13 changed files with 189 additions and 7 deletions
|
@ -556,6 +556,8 @@ pub enum EPattern<'a> {
|
|||
Record(PRecord<'a>, Position),
|
||||
List(PList<'a>, Position),
|
||||
Underscore(Position),
|
||||
As(Position),
|
||||
AsIdentifier(Position),
|
||||
NotAPattern(Position),
|
||||
|
||||
Start(Position),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue