mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
switch from pair to record and change name to ListReplaceUnsafe
This commit is contained in:
parent
27b47713aa
commit
dddf8ff785
8 changed files with 29 additions and 25 deletions
|
@ -28,7 +28,7 @@ pub enum LowLevel {
|
|||
ListSet,
|
||||
ListSingle,
|
||||
ListRepeat,
|
||||
ListReplace,
|
||||
ListReplaceUnsafe,
|
||||
ListReverse,
|
||||
ListConcat,
|
||||
ListContains,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue