spec for List.reverse

This commit is contained in:
Folkert 2021-10-03 13:34:09 +02:00
parent 13d480d5f3
commit 0690633116
4 changed files with 16 additions and 3 deletions

View file

@ -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);