mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
call_roc_function takes repr
This commit is contained in:
parent
46e0ce32f4
commit
8aef12bd36
3 changed files with 74 additions and 57 deletions
|
@ -303,7 +303,7 @@ fn build_transform_caller_help<'a, 'ctx>(
|
|||
env,
|
||||
layout_interner,
|
||||
roc_function,
|
||||
result_layout,
|
||||
layout_interner.get_repr(result_layout),
|
||||
arguments_cast.as_slice(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue