Hi there, I've been browsing through the code trying to wrap my head the 
new reducers library.

I came across 2 functions called 'reduce' in APersistentVector.java around 
line 447.  The don't have the same 'reduced?' check that ArrayChunk.java 
has in it's implementation of reduce (around line 57 or so).

Now, as far as I can tell, those 2 reduce functions aren't actually 
reachable through the normal reduce code-path, but that's only based on 
what I could tell - I'm certainly no expert on clojure internals!  But it 
did occur to me that they could still be called directly.

So I'm just wondering if this is a latent bug-in-waiting, or dead code, or 
a misundersting on my part.

Cheers,

H

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