mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
work on higher order lowlevels
This commit is contained in:
parent
9476f63e07
commit
86f35c33cd
6 changed files with 81 additions and 14 deletions
|
@ -457,6 +457,8 @@ impl<'a> Context<'a> {
|
|||
op,
|
||||
closure_layout,
|
||||
specialization_id,
|
||||
arg_layouts,
|
||||
ret_layout,
|
||||
..
|
||||
} => {
|
||||
macro_rules! create_call {
|
||||
|
@ -468,6 +470,8 @@ impl<'a> Context<'a> {
|
|||
closure_layout: *closure_layout,
|
||||
function_owns_closure_data: true,
|
||||
specialization_id: *specialization_id,
|
||||
arg_layouts,
|
||||
ret_layout: *ret_layout,
|
||||
}
|
||||
} else {
|
||||
call_type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue