On Fri, May 29, 2009 at 8:44 AM, kinghajj <[email protected]> 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 <[email protected]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
