more def work

This commit is contained in:
Folkert 2021-02-27 23:38:17 +01:00
parent 10799c52b3
commit 12a771fe4e
2 changed files with 102 additions and 77 deletions

View file

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