aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/accumulators.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/accumulators.clj')
-rw-r--r--src/clojure/contrib/accumulators.clj1
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]))