mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
work on moving ident_etc over
This commit is contained in:
parent
64eed62b69
commit
75344ece40
5 changed files with 312 additions and 33 deletions
|
@ -391,9 +391,15 @@ pub enum EExpr<'a> {
|
|||
Access(Row, Col),
|
||||
|
||||
Def(&'a SyntaxError<'a>, Row, Col),
|
||||
Type(Type<'a>, Row, Col),
|
||||
IndentDefBody(Row, Col),
|
||||
IndentEquals(Row, Col),
|
||||
IndentAnnotation(Row, Col),
|
||||
Equals(Row, Col),
|
||||
Colon(Row, Col),
|
||||
Ident(Row, Col),
|
||||
ElmStyleFunction(Region, Row, Col),
|
||||
MalformedPattern(Row, Col),
|
||||
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue