On Fri, May 29, 2009 at 8:44 AM, kinghajj <kingh...@gmail.com> wrote: > > In Haskell, it's simple to explicitly state what names should be > exported by a module. Is there a way to do this in Clojure?
I think this is what you're looking for: user=> (doc defn-) ------------------------- clojure.core/defn- ([name & decls]) Macro same as defn, yielding non-public def nil -- Michael Wood <esiot...@gmail.com> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---