mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 15:51:12 +00:00
feat(List): add walk function and fix walkBackwards
This commit is contained in:
parent
d9e906b8fb
commit
8feab843ea
9 changed files with 210 additions and 26 deletions
|
@ -22,7 +22,8 @@ pub enum LowLevel {
|
|||
ListJoin,
|
||||
ListMap,
|
||||
ListKeepIf,
|
||||
ListWalkRight,
|
||||
ListWalk,
|
||||
ListWalkBackwards,
|
||||
ListSum,
|
||||
NumAdd,
|
||||
NumAddWrap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue