mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Update List.sublist to no longer use Nat
This commit is contained in:
parent
2cf7b5b5ca
commit
a71188dc30
4 changed files with 29 additions and 12 deletions
|
@ -676,8 +676,8 @@ impl<'a> LowLevelCall<'a> {
|
|||
// list: RocList, i32
|
||||
// alignment: u32, i32
|
||||
// element_width: usize, i32
|
||||
// start: usize, i32
|
||||
// len: usize, i32
|
||||
// start: u64, i64
|
||||
// len: u64, i64
|
||||
// dec: Dec, i32
|
||||
|
||||
backend.storage.load_symbols_for_call(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue