Skip to content

Commit

Permalink
Fixed abort-c
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Duey committed Sep 25, 2011
1 parent 6d91761 commit c1c31ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/conduit/core.clj
Expand Up @@ -7,7 +7,8 @@
(map (comp :parts meta) ps))) (map (comp :parts meta) ps)))


(defn abort-c [c] (defn abort-c [c]
(c [])) (when c
(c [])))


(defn conduit-seq-fn [l] (defn conduit-seq-fn [l]
(fn curr-fn [x] (fn curr-fn [x]
Expand Down

0 comments on commit c1c31ef

Please sign in to comment.