This commit is contained in:
Folkert 2021-03-07 01:49:32 +01:00
parent 8e9339a83d
commit bfe027e2f0
2 changed files with 3 additions and 48 deletions

View file

@ -391,7 +391,6 @@ pub enum EExpr<'a> {
Access(Row, Col),
UnaryNot(Row, Col),
UnaryNegate(Row, Col),
BinOp(roc_module::operator::BinOp, Row, Col),
BadOperator(&'a [u8], Row, Col),
Def(&'a SyntaxError<'a>, Row, Col),