diff options
author | Mike Hinchey <hincheymg@gmail.com> | 2009-10-28 23:24:16 -0700 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2009-10-29 12:28:20 -0400 |
commit | 09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861 (patch) | |
tree | ac9a91b1d4dfa4080f8b30c9784e28f1c70e2e81 /src/clojure/contrib/accumulators.clj | |
parent | 8eef617aac7b077421d4aa9c84a2df189af6ee17 (diff) |
works with clojure branch new by excluding deftype
Signed-off-by: Rich Hickey <richhickey@gmail.com>
Diffstat (limited to 'src/clojure/contrib/accumulators.clj')
-rw-r--r-- | src/clojure/contrib/accumulators.clj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/accumulators.clj b/src/clojure/contrib/accumulators.clj index 17414b0e..dcd03dd1 100644 --- a/src/clojure/contrib/accumulators.clj +++ b/src/clojure/contrib/accumulators.clj @@ -23,6 +23,7 @@ :doc "A generic accumulator interface and implementations of various accumulators."} clojure.contrib.accumulators + (:refer-clojure :exclude (deftype)) (:use [clojure.contrib.types :only (deftype)]) (:use [clojure.contrib.def :only (defvar defvar- defmacro-)]) (:require [clojure.contrib.generic.arithmetic :as ga])) |