mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
checkpoint
This commit is contained in:
parent
abd56c16b9
commit
0016ef1e95
2 changed files with 220 additions and 26 deletions
|
@ -379,6 +379,13 @@ pub enum EExpr<'a> {
|
|||
Dot(Row, Col),
|
||||
Access(Row, Col),
|
||||
|
||||
Def(&'a SyntaxError<'a>, Row, Col),
|
||||
IndentDefBody(Row, Col),
|
||||
IndentEquals(Row, Col),
|
||||
Equals(Row, Col),
|
||||
|
||||
Syntax(&'a SyntaxError<'a>, Row, Col),
|
||||
|
||||
When(When<'a>, Row, Col),
|
||||
If(If<'a>, Row, Col),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue