aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/combinatorics.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/combinatorics.clj')
-rw-r--r--src/clojure/contrib/combinatorics.clj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/clojure/contrib/combinatorics.clj b/src/clojure/contrib/combinatorics.clj
index 35cca059..5b46c235 100644
--- a/src/clojure/contrib/combinatorics.clj
+++ b/src/clojure/contrib/combinatorics.clj
@@ -61,7 +61,11 @@ On my own computer, I use versions of all these algorithms that return sequences
)
-(ns clojure.contrib.combinatorics)
+(ns
+ #^{:author "Mark Engelberg",
+ :doc "Efficient, functional algorithms for generating lazy
+sequences for common combinatorial functions. (See the source code for a longer description.)"}
+ clojure.contrib.combinatorics)
(defn- index-combinations
[n cnt]