Is there a reason these work differently?

(into {} [(list 1 2) (list 3 4)])
-> java.lang.ClassCastException: java.lang.Integer cannot be cast to  
java.util.Map$Entry (NO_SOURCE_FILE:0)

(into {} [(vector 1 2) (vector 3 4)])
-> {3 4, 1 2}

Cheers,
Stu

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to