mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
first steps for init
This commit is contained in:
parent
352008e8a0
commit
b6ceaab341
5 changed files with 54 additions and 1 deletions
|
@ -591,5 +591,6 @@ pub fn lowlevel_borrow_signature(arena: &Bump, op: LowLevel) -> &[bool] {
|
|||
Hash => arena.alloc_slice_copy(&[borrowed, irrelevant]),
|
||||
DictSize => arena.alloc_slice_copy(&[borrowed]),
|
||||
DictEmpty => &[],
|
||||
DictInsert => arena.alloc_slice_copy(&[owned, owned, owned]),
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue