diff options
Diffstat (limited to 'src/clojure/contrib/pprint.clj')
-rw-r--r-- | src/clojure/contrib/pprint.clj | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/clojure/contrib/pprint.clj b/src/clojure/contrib/pprint.clj index b9a1e968..2a23cd59 100644 --- a/src/clojure/contrib/pprint.clj +++ b/src/clojure/contrib/pprint.clj @@ -31,14 +31,7 @@ The most complete documentation can be found at http://github.com/tomfaulhaber/c where the markdown README is currently displayed. I will be moving it into the clojure.contrib wiki RSN. ", - :wiki-doc "This module comprises two elements: - # A pretty printer for Clojure data structures, implemented in the function \"pprint\" - # A Common Lisp compatible format function, implemented as \"cl-format\" because Clojure is using the name \"format\" for its own format. - -The most complete documentation can be found at http://github.com/tomfaulhaber/cl-format -where the markdown README is currently displayed. I will be moving it into the -clojure.contrib wiki RSN. -"} +} clojure.contrib.pprint (:use clojure.contrib.pprint.utilities) (:import [clojure.contrib.pprint PrettyWriter])) |