aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/stream_utils.clj
diff options
context:
space:
mode:
authorMike Hinchey <hincheymg@gmail.com>2009-10-28 23:24:16 -0700
committerRich Hickey <richhickey@gmail.com>2009-10-29 12:28:20 -0400
commit09d39aca5a69a83f4326ffb0d4ba8f9fc15c9861 (patch)
treeac9a91b1d4dfa4080f8b30c9784e28f1c70e2e81 /src/clojure/contrib/stream_utils.clj
parent8eef617aac7b077421d4aa9c84a2df189af6ee17 (diff)
works with clojure branch new by excluding deftype
Signed-off-by: Rich Hickey <richhickey@gmail.com>
Diffstat (limited to 'src/clojure/contrib/stream_utils.clj')
-rw-r--r--src/clojure/contrib/stream_utils.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clojure/contrib/stream_utils.clj b/src/clojure/contrib/stream_utils.clj
index 4533f384..35c5c90e 100644
--- a/src/clojure/contrib/stream_utils.clj
+++ b/src/clojure/contrib/stream_utils.clj
@@ -55,6 +55,7 @@
the next value of stream argument s, whereas pick-all returns the
next value of all stream arguments in the form of a vector."}
clojure.contrib.stream-utils
+ (:refer-clojure :exclude (deftype))
(:use [clojure.contrib.types :only (deftype deftype-)])
(:use [clojure.contrib.monads :only (defmonad with-monad)])
(:use [clojure.contrib.def :only (defvar defvar-)])