mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
move List.sublist to backend
This commit is contained in:
parent
8f8b2463ea
commit
98d2c57edf
10 changed files with 102 additions and 33 deletions
|
@ -102,6 +102,7 @@ enum FirstOrder {
|
|||
ListSet,
|
||||
ListTakeFirst,
|
||||
ListTakeLast,
|
||||
ListSublist,
|
||||
ListDrop,
|
||||
ListDropAt,
|
||||
ListSingle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue