This commit is contained in:
Folkert 2021-03-04 22:54:05 +01:00
parent 00440f350c
commit 5b2c2bee33
2 changed files with 86 additions and 32 deletions

View file

@ -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),