mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 07:14:46 +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
|
@ -260,7 +260,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
_ => internal_error!("invalid storage for List"),
|
||||
},
|
||||
|
||||
ListGetUnsafe | ListReplace | ListSet | ListSingle | ListRepeat | ListReverse
|
||||
ListGetUnsafe | ListReplaceUnsafe | ListSet | ListSingle | ListRepeat | ListReverse
|
||||
| ListConcat | ListContains | ListAppend | ListPrepend | ListJoin | ListRange
|
||||
| ListMap | ListMap2 | ListMap3 | ListMap4 | ListMapWithIndex | ListKeepIf
|
||||
| ListWalk | ListWalkUntil | ListWalkBackwards | ListKeepOks | ListKeepErrs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue