mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
remove BinOp variant
This commit is contained in:
parent
ad40609d44
commit
1871697b0f
6 changed files with 2 additions and 73 deletions
|
@ -1372,7 +1372,6 @@ fn expr_to_pattern_help<'a>(arena: &'a Bump, expr: &Expr<'a>) -> Result<Pattern<
|
|||
| Expr::List { .. }
|
||||
| Expr::Closure(_, _)
|
||||
| Expr::Backpassing(_, _, _)
|
||||
| Expr::BinOp(_)
|
||||
| Expr::BinOps { .. }
|
||||
| Expr::Defs(_, _)
|
||||
| Expr::If(_, _)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue