Skip to content

Commit

Permalink
Fixed tools.macro namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ykomatsu committed Jul 20, 2012
1 parent 938e028 commit f7e0798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic_tutorial/tut3.clj
@@ -1,7 +1,7 @@
(ns logic-tutorial.tut3
(:refer-clojure :exlude [reify == inc])
(:use [clojure.core.logic minikanren prelude]
[clojure.contrib.macro-utils :as macro]))
[clojure.tools.macro :as macro]))

(defne righto [x y l]
([_ _ [x y . ?r]])
Expand Down

0 comments on commit f7e0798

Please sign in to comment.