On Jan 4, 6:27 pm, Meikel Brandmeyer <m...@kotka.de> wrote:
> 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)))
>
Patch for the latter welcome:
http://code.google.com/p/clojure/issues/detail?id=30
Rich
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---