Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

map arity error #19

Open
gfixler opened this issue Jul 8, 2014 · 0 comments
Open

map arity error #19

gfixler opened this issue Jul 8, 2014 · 0 comments

Comments

@gfixler
Copy link

gfixler commented Jul 8, 2014

; clojure
user=> (map vector [1 2 3] [4 5 6])
([1 4] [2 5] [3 6])

; timl
(map vector [1 2 3] [4 5 6]) ; arity error
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant