From 2a31a0c4d4b32113e60615a521ffa7692951a723 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 15 Jul 2016 12:37:01 -0700 Subject: [PATCH] Fix error in pair-channel->lazy-seq. Signed-off-by: Richard Newman --- src/datomish/exec_repl.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datomish/exec_repl.cljc b/src/datomish/exec_repl.cljc index f572cb2c..0a10f435 100644 --- a/src/datomish/exec_repl.cljc +++ b/src/datomish/exec_repl.cljc @@ -32,7 +32,7 @@ (when-let [v (clojure.core.async/lazy-seq channel))))))) + (cons v (pair-channel->lazy-seq channel))))))) #?(:clj (defn run-to-pair-seq