mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
feat(List): rename walkRight to walkBackwards
This commit is contained in:
parent
06cb1d1e30
commit
d9e906b8fb
9 changed files with 28 additions and 28 deletions
|
@ -684,7 +684,7 @@ define_builtins! {
|
|||
6 LIST_MAP: "map"
|
||||
7 LIST_LEN: "len"
|
||||
8 LIST_FOLDL: "foldl"
|
||||
9 LIST_WALK_RIGHT: "walkRight"
|
||||
9 LIST_WALK_BACKWARDS: "walkBackwards"
|
||||
10 LIST_CONCAT: "concat"
|
||||
11 LIST_FIRST: "first"
|
||||
12 LIST_SINGLE: "single"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue