diff --git a/src/path_to_enlightenment.clj b/src/path_to_enlightenment.clj index 8185181..9dd3531 100644 --- a/src/path_to_enlightenment.clj +++ b/src/path_to_enlightenment.clj @@ -2,7 +2,7 @@ (:use clojure.test)) (def __ nil) -(def ___ (fn [& args] args)) +(def ___ (fn [& args] nil)) (defmacro meditations [& forms] (let [pairs (partition 2 forms)]