Skip to content

Commit

Permalink
CLJS-468 Implement IKVReduce for nil
Browse files Browse the repository at this point in the history
  • Loading branch information
bendlas authored and swannodette committed Mar 1, 2013
1 parent c2e60da commit 0b3187f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cljs/cljs/core.cljs
Expand Up @@ -486,6 +486,10 @@
([_ f] (f))
([_ f start] start))

IKVReduce
(-kv-reduce [_ f init]
init)

IHash
(-hash [o] 0))

Expand Down

0 comments on commit 0b3187f

Please sign in to comment.