x/str was documented but not in the repo

This commit is contained in:
Christophe Grand 2017-02-25 03:44:49 +01:00
parent 64eb4c6158
commit 5ea2d1b3d3
3 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ Transducing contexts: `transjuxt` (for performing several transductions in a sin
Add this dependency to your project:
```clj
[net.cgrand/xforms "0.9.0"]
[net.cgrand/xforms "0.9.1"]
```
```clj

View file

@ -1,4 +1,4 @@
(defproject net.cgrand/xforms "0.9.0"
(defproject net.cgrand/xforms "0.9.1"
:description "Extra transducers for Clojure"
:url "https://github.com/cgrand/xforms"
:license {:name "Eclipse Public License"

View file

@ -178,6 +178,8 @@
(def max (reduce rf/max))
(def str (reduce rf/str))
(defn vals [rf]
(kvrf
([] (rf))