mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 23:04:49 +00:00
remove BinOp variant
This commit is contained in:
parent
ad40609d44
commit
1871697b0f
6 changed files with 2 additions and 73 deletions
|
@ -292,7 +292,6 @@ pub fn desugar_expr<'a>(arena: &'a Bump, loc_expr: &'a Located<Expr<'a>>) -> &'a
|
|||
_ => panic!(),
|
||||
}
|
||||
}
|
||||
BinOp(_) | Nested(BinOp(_)) => todo!(), // desugar_bin_op(arena, loc_expr),
|
||||
BinOps(lefts, right) | Nested(BinOps(lefts, right)) => {
|
||||
desugar_bin_ops(arena, loc_expr.region, lefts, right)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue