mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Re-add List.reverse (missed in merge)
This commit is contained in:
parent
cdce98d14f
commit
7938a31ce3
3 changed files with 189 additions and 14 deletions
|
@ -9,6 +9,7 @@ pub enum LowLevel {
|
|||
ListSetInPlace,
|
||||
ListSingle,
|
||||
ListRepeat,
|
||||
ListReverse,
|
||||
ListPush,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue