fix bounds + update libs
This commit is contained in:
parent
828ebb23c0
commit
bc58da6d49
5 changed files with 59 additions and 50 deletions
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
func map(list: list[any], f: func(any)any) list[any] {
|
||||
fn map(list: [any], f: fn(any) -> any) -> [any] {
|
||||
out := []
|
||||
|
||||
i := 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue