mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
handle lambda set when passed as a function argument
This commit is contained in:
parent
fdffcc8b36
commit
67281b2712
6 changed files with 36 additions and 8 deletions
|
@ -1131,6 +1131,9 @@ trait Backend<'a> {
|
|||
ret_layout: &InLayout<'a>,
|
||||
);
|
||||
|
||||
/// Move a returned value into `dst`
|
||||
fn move_return_value(&mut self, dst: &Symbol, ret_layout: &InLayout<'a>);
|
||||
|
||||
/// build_num_abs stores the absolute value of src into dst.
|
||||
fn build_num_abs(&mut self, dst: &Symbol, src: &Symbol, layout: &InLayout<'a>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue