mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
fix list functions
This commit is contained in:
parent
5e0b724854
commit
653d2d2a72
5 changed files with 50 additions and 19 deletions
|
@ -5215,6 +5215,7 @@ fn run_higher_order_low_level<'a, 'ctx, 'env>(
|
|||
argument_layouts,
|
||||
Layout::Builtin(Builtin::Bool),
|
||||
);
|
||||
|
||||
list_find_unsafe(env, layout_ids, roc_function_call, list, element_layout)
|
||||
}
|
||||
_ => unreachable!("invalid list layout"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue