mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue