We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0341b commit 0b881b1Copy full SHA for 0b881b1
1 file changed
notebooks/clojure/transducers/what_if.clj
@@ -122,6 +122,7 @@
122
123
;; For example, transducers can be used in several different ways with
124
;; `core.async` channels:
125
+
126
;; * [on a `chan`nel](https://clojure.github.io/core.async/clojure.core.async.html#var-chan)
127
;; * [in a `pipeline`](https://clojure.github.io/core.async/clojure.core.async.html#var-pipeline)
128
;; * [or consumed with `transduce`](https://clojure.github.io/core.async/clojure.core.async.html#var-transduce)
0 commit comments