Pre: Fix bad symbol.

This commit is contained in:
Nick Alexander 2016-07-15 12:45:35 -07:00
parent b545ddc0e1
commit 04e772a5bc

View file

@ -31,7 +31,7 @@
(when-let [v (clojure.core.async/<!! channel)]
(if (second v)
(cons v nil)
(cons v (channel->lazy-seq channel)))))))
(cons v (pair-channel->lazy-seq channel)))))))
#?(:clj
(defn run-to-pair-seq