mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
more def work
This commit is contained in:
parent
10799c52b3
commit
12a771fe4e
2 changed files with 102 additions and 77 deletions
|
@ -395,6 +395,7 @@ pub enum EExpr<'a> {
|
|||
|
||||
Def(&'a SyntaxError<'a>, Row, Col),
|
||||
Type(Type<'a>, Row, Col),
|
||||
Pattern(&'a EPattern<'a>, Row, Col),
|
||||
IndentDefBody(Row, Col),
|
||||
IndentEquals(Row, Col),
|
||||
IndentAnnotation(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue