aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/types.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/clojure/contrib/types.clj')
-rw-r--r--src/clojure/contrib/types.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/types.clj b/src/clojure/contrib/types.clj
index b3c2bcbe..00bd220d 100644
--- a/src/clojure/contrib/types.clj
+++ b/src/clojure/contrib/types.clj
@@ -15,6 +15,7 @@
#^{:author "Konrad Hinsen"
:doc "General and algebraic data types"}
clojure.contrib.types
+ (:refer-clojure :exclude (deftype))
(:use [clojure.contrib.def :only (name-with-attributes)]))
;