mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
cleanup
This commit is contained in:
parent
8e9339a83d
commit
bfe027e2f0
2 changed files with 3 additions and 48 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue