Add return value.

This commit is contained in:
Michael Fogleman 2017-09-21 08:50:16 -04:00
parent ce6fc2a3d7
commit 61b59472d8

View file

@ -289,6 +289,7 @@ Many common transducer use cases can be expressed more elegantly with traverse-a
(traverse-all [:a ALL odd?])
+
[{:a [1 2]} {:a [3]} {:a [4 5]}])
;; => 9
```
# Path Macros