Well, I'm guessing that the multiple methods exception is due to the
fact that the value of "null" in Java is not typed - that is to say,
there is no such thing as a "null String" versus a "null Integer" -
null is just null. If you pass a value of null to something that has
multiple implementations, it's probably finding it can't determine
which one it should call with just null (or nil, in clojure).


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