mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Update List.dropAt to no longer use Nat
This commit is contained in:
parent
4a870c8ee0
commit
a8918a4e3b
4 changed files with 17 additions and 12 deletions
|
@ -299,7 +299,7 @@ pub(crate) fn list_sublist<'a, 'ctx>(
|
|||
)
|
||||
}
|
||||
|
||||
/// List.dropAt : List elem, Nat -> List elem
|
||||
/// List.dropAt : List elem, U64 -> List elem
|
||||
pub(crate) fn list_drop_at<'a, 'ctx>(
|
||||
env: &Env<'a, 'ctx, '_>,
|
||||
layout_interner: &STLayoutInterner<'a>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue