mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
Rename List.push to List.append
This commit is contained in:
parent
0b078783fd
commit
759f1289d6
11 changed files with 29 additions and 29 deletions
|
@ -11,7 +11,7 @@ pub enum LowLevel {
|
|||
ListRepeat,
|
||||
ListReverse,
|
||||
ListConcat,
|
||||
ListPush,
|
||||
ListAppend,
|
||||
NumAdd,
|
||||
NumSub,
|
||||
NumMul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue