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

@ -781,7 +781,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
// , Attr Shared (Attr u a -> b -> b)
// , b
// -> b
add_type(Symbol::LIST_WALK_RIGHT, {
add_type(Symbol::LIST_WALK_BACKWARDS, {
let_tvars! { u, a, b, star1, closure };
unique_function(