mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
just before Num
This commit is contained in:
parent
c0d3543d5a
commit
65b1b3fcce
11 changed files with 976 additions and 90 deletions
|
@ -6065,6 +6065,13 @@ fn run_low_level<'a, 'ctx, 'env>(
|
|||
let key_layout = list_element_layout!(list_layout);
|
||||
set_from_list(env, layout_ids, list, key_layout)
|
||||
}
|
||||
SetToDict => {
|
||||
debug_assert_eq!(args.len(), 1);
|
||||
|
||||
let (set, _set_layout) = load_symbol_and_layout(scope, &args[0]);
|
||||
|
||||
set
|
||||
}
|
||||
ExpectTrue => {
|
||||
debug_assert_eq!(args.len(), 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue