aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/greatest_least.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/greatest_least.clj')
-rw-r--r--src/clojure/contrib/greatest_least.clj5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/greatest_least.clj b/src/clojure/contrib/greatest_least.clj
index 10c7eae6..79e41813 100644
--- a/src/clojure/contrib/greatest_least.clj
+++ b/src/clojure/contrib/greatest_least.clj
@@ -1,4 +1,7 @@
-(ns clojure.contrib.greatest-least)
+(ns
+ #^{:author "Vincent Foley",
+ :doc "Various functions for finding greatest and least values in a collection"}
+ clojure.contrib.greatest-least)
(defn- boundary
[cmp-fn f & args]