mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Add low-level ops for ListPush, ListRepeat
This commit is contained in:
parent
8c96d12661
commit
dc4807bfcb
3 changed files with 36 additions and 91 deletions
|
@ -8,6 +8,8 @@ pub enum LowLevel {
|
|||
ListSet,
|
||||
ListSetInPlace,
|
||||
ListSingle,
|
||||
ListRepeat,
|
||||
ListPush,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
NumMul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue