diff --git a/src/datomish/exec_repl.cljc b/src/datomish/exec_repl.cljc index 0a10f435..575430bc 100644 --- a/src/datomish/exec_repl.cljc +++ b/src/datomish/exec_repl.cljc @@ -25,14 +25,14 @@ [cljs.core.async :refer [lazy-seq - "Returns a blocking lazy sequence of items taken from the provided channel." - [channel] - (lazy-seq - (when-let [v (clojure.core.async/lazy-seq channel))))))) + (defn pair-channel->lazy-seq + "Returns a blocking lazy sequence of items taken from the provided channel." + [channel] + (lazy-seq + (when-let [v (clojure.core.async/lazy-seq channel))))))) #?(:clj (defn run-to-pair-seq