mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 04:44:06 +00:00
so close
This commit is contained in:
parent
b18bd26067
commit
f57707c651
6 changed files with 295 additions and 50 deletions
|
@ -388,6 +388,7 @@ pub enum EExpr<'a> {
|
|||
BadOperator(&'a [u8], Row, Col),
|
||||
|
||||
DefMissingFinalExpr(Row, Col),
|
||||
DefMissingFinalExpr2(&'a EExpr<'a>, Row, Col),
|
||||
Type(Type<'a>, Row, Col),
|
||||
Pattern(&'a EPattern<'a>, Row, Col),
|
||||
IndentDefBody(Row, Col),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue