mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
spec for List.reverse
This commit is contained in:
parent
13d480d5f3
commit
0690633116
4 changed files with 16 additions and 3 deletions
|
@ -4930,7 +4930,7 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
|
||||
let (list, list_layout) = load_symbol_and_layout(scope, &args[0]);
|
||||
|
||||
list_reverse(env, list, list_layout)
|
||||
list_reverse(env, list, list_layout, update_mode)
|
||||
}
|
||||
ListConcat => {
|
||||
debug_assert_eq!(args.len(), 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue