mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
comments/whitespace
This commit is contained in:
parent
5440632dc5
commit
16f17cba88
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
use crate::borrow::ParamMap;
|
||||
use crate::borrow::{ParamMap, BORROWED, OWNED};
|
||||
use crate::ir::{Expr, JoinPointId, ModifyRc, Param, Proc, Stmt};
|
||||
use crate::layout::Layout;
|
||||
use bumpalo::collections::Vec;
|
||||
|
@ -463,6 +463,7 @@ impl<'a> Context<'a> {
|
|||
arguments,
|
||||
});
|
||||
|
||||
// self.add_inc_before_help(arguments, |_| OWNED, b, b_live_vars)
|
||||
&*self.arena.alloc(Stmt::Let(z, v, l, b))
|
||||
}
|
||||
|
||||
|
@ -778,6 +779,7 @@ impl<'a> Context<'a> {
|
|||
self.arena,
|
||||
call.arguments.len(),
|
||||
);
|
||||
|
||||
self.add_dec_after_lowlevel(call.arguments, ps, cont, &case_live_vars)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue