Hi, Am 04.01.2009 um 22:01 schrieb Mark McGranaghan:
(ns clojure.zip (:refer-clojure :exclude (replace remove)) (:doc "Functional hierarchical zipper, with navigation, editing and enumeration. See Huet.")) Is anyone else interested in namespace-level docstrings? Any thoughts on what the interface might look like?
I think, thats a good idea. The interface might look like your example above, following the :use and :require methods. Or it might go into direction of defn and defvar: (ns clojure.zip "Functional hierarchical zipper, with navigation, editing and enumeration. See Huet." (:refer-clojure :exclude (replace remove))) Sincerely Meikel
smime.p7s
Description: S/MIME cryptographic signature