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