mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
remove low-level List.drop
codes
This commit is contained in:
parent
5b64eb6983
commit
8e29daa160
9 changed files with 7 additions and 92 deletions
|
@ -44,7 +44,6 @@ pub enum LowLevel {
|
|||
ListKeepErrs,
|
||||
ListSortWith,
|
||||
ListSublist,
|
||||
ListDrop,
|
||||
ListDropAt,
|
||||
ListSwap,
|
||||
ListAny,
|
||||
|
@ -136,7 +135,6 @@ macro_rules! first_order {
|
|||
| ListGetUnsafe
|
||||
| ListSet
|
||||
| ListSublist
|
||||
| ListDrop
|
||||
| ListDropAt
|
||||
| ListSingle
|
||||
| ListRepeat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue