mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14: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
|
@ -491,7 +491,7 @@ pub fn types() -> MutMap<Symbol, (SolvedType, Region)> {
|
|||
|
||||
// walkRight : List elem, (elem -> accum -> accum), accum -> accum
|
||||
add_type(
|
||||
Symbol::LIST_WALK_RIGHT,
|
||||
Symbol::LIST_WALK_BACKWARDS,
|
||||
top_level_function(
|
||||
vec![
|
||||
list_type(flex(TVAR1)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue