This commit is contained in:
Brendan Hansknecht 2024-07-12 18:32:01 -07:00
parent 8008c12a81
commit 6e90052000
No known key found for this signature in database
GPG key ID: 0EA784685083E75B

View file

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