mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
fix typo
This commit is contained in:
parent
8008c12a81
commit
6e90052000
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ keepErrs = \list, toResult ->
|
|||
map : List a, (a -> b) -> List b
|
||||
map = \list, mapper ->
|
||||
# TODO: allow checking the refcounting and running the map inplace.
|
||||
# Perferably allow it even if the types are different (must be same size with padding though).
|
||||
# Preferably allow it even if the types are different (must be same size with padding though).
|
||||
length = List.len list
|
||||
List.walk
|
||||
list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue