x/str was documented but not in the repo
This commit is contained in:
parent
64eb4c6158
commit
5ea2d1b3d3
3 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -178,6 +178,8 @@
|
|||
|
||||
(def max (reduce rf/max))
|
||||
|
||||
(def str (reduce rf/str))
|
||||
|
||||
(defn vals [rf]
|
||||
(kvrf
|
||||
([] (rf))
|
||||
|
|
|
|||
Loading…
Reference in a new issue