diff options
Diffstat (limited to 'src/clojure/contrib/cond.clj')
-rw-r--r-- | src/clojure/contrib/cond.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/clojure/contrib/cond.clj b/src/clojure/contrib/cond.clj index 1fd90eb8..0ae8ca06 100644 --- a/src/clojure/contrib/cond.clj +++ b/src/clojure/contrib/cond.clj @@ -11,7 +11,9 @@ ;; scgilardi (gmail) ;; 2 October 2008 -(ns clojure.contrib.cond) +(ns #^{:author "Stephen C. Gilardi" + :doc "Extensions to the basic cond function."} + clojure.contrib.cond) (defmacro cond-let "Takes a binding-form and a set of test/expr pairs. Evaluates each test |