feat(List): rename walkRight to walkBackwards

This commit is contained in:
rvcas 2020-11-23 19:39:30 -05:00
parent 06cb1d1e30
commit d9e906b8fb
9 changed files with 28 additions and 28 deletions

View file

@ -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"