mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
refactor
This commit is contained in:
parent
00440f350c
commit
5b2c2bee33
2 changed files with 86 additions and 32 deletions
|
@ -401,10 +401,13 @@ pub enum EExpr<'a> {
|
|||
IndentAnnotation(Row, Col),
|
||||
Equals(Row, Col),
|
||||
Colon(Row, Col),
|
||||
DoubleColon(Row, Col),
|
||||
Ident(Row, Col),
|
||||
ElmStyleFunction(Region, Row, Col),
|
||||
MalformedPattern(Row, Col),
|
||||
QualifiedTag(Row, Col),
|
||||
BackpassComma(Row, Col),
|
||||
BackpassArrow(Row, Col),
|
||||
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue