mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
List prepend implementation with tests, and a few small code clarity changes to list_push implementation
This commit is contained in:
parent
fc52bdc59a
commit
68b13d29fd
7 changed files with 214 additions and 10 deletions
|
@ -11,6 +11,7 @@ pub enum LowLevel {
|
|||
ListRepeat,
|
||||
ListReverse,
|
||||
ListAppend,
|
||||
ListPrepend,
|
||||
ListPush,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue