diff options
author | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 09:37:49 -0400 |
---|---|---|
committer | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 09:37:49 -0400 |
commit | b8d2743d3a89e13fc9deb2844ca2167b34aaa9b6 (patch) | |
tree | b32f67ec7fb475de6f100a481726144d56bf0b6a /src/main/clojure/clojure/contrib/generic/comparison.clj | |
parent | fc08a89cbaa785a55e5fc6a22367a1511deec508 (diff) |
use the 1.2 metadata reader macro ^ instead of #^
Diffstat (limited to 'src/main/clojure/clojure/contrib/generic/comparison.clj')
-rw-r--r-- | src/main/clojure/clojure/contrib/generic/comparison.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/generic/comparison.clj b/src/main/clojure/clojure/contrib/generic/comparison.clj index 47210cbf..e41b0792 100644 --- a/src/main/clojure/clojure/contrib/generic/comparison.clj +++ b/src/main/clojure/clojure/contrib/generic/comparison.clj @@ -12,7 +12,7 @@ ;; remove this notice, or any other, from this software. (ns - #^{:author "Konrad Hinsen" + ^{:author "Konrad Hinsen" :doc "Generic comparison interface This library defines generic versions of = < > <= >= zero? as multimethods that can be defined for any type. Of the |