Seems like a bug to me.

On Sunday, July 19, 2015 at 3:10:37 AM UTC-5, Peter Taoussanis wrote:
>
> Hey Alex,
>
> Looks terrific, thank you! Particularly excited about CLJ-703 and tuples.
>
> Quick question: are tuples intended to implement :kv-reduce?
>
> Currently (with 1.8.0-alpha2):
> (reduce-kv (fn [acc idx in] acc) nil [1 2 3 4 5 6 7]) ; => nil
> (reduce-kv (fn [acc idx in] acc) nil [1 2])
> ;; =>  No implementation of method: :kv-reduce of protocol:
> ;; #'clojure.core.protocols/IKVReduce found for class: 
> clojure.lang.Tuple$T2
>
> Cheers :-)
>
>>

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to