Skip to content

Commit

Permalink
this wrapping is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrand committed Mar 28, 2012
1 parent 66154db commit 20a6304
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/clojure/clojure/core/logic.clj
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,8 @@
[& clauses]
(let [clauses (map #(calltree % `join) clauses)
clauses (calltree clauses `plus)]
`(fn [] ~clauses)))
`(fn [] ~clauses)
clauses))

(defn- lvar-bind [sym]
[sym `(lvar '~sym)])
Expand Down

0 comments on commit 20a6304

Please sign in to comment.