mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 04:08:19 +00:00
Remove backpassing
This commit is contained in:
parent
b8040bf6a2
commit
cbcbfd3265
94 changed files with 231 additions and 2246 deletions
|
@ -682,10 +682,6 @@ impl IterTokens for Loc<Expr<'_>> {
|
|||
Expr::Defs(defs, exprs) => (defs.iter_tokens(arena).into_iter())
|
||||
.chain(exprs.iter_tokens(arena))
|
||||
.collect_in(arena),
|
||||
Expr::Backpassing(patterns, e1, e2) => (patterns.iter_tokens(arena).into_iter())
|
||||
.chain(e1.iter_tokens(arena))
|
||||
.chain(e2.iter_tokens(arena))
|
||||
.collect_in(arena),
|
||||
Expr::Dbg => onetoken(Token::Keyword, region, arena),
|
||||
Expr::DbgStmt {
|
||||
first,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue