Re: Uninterning a function

2009-10-21 Thread Gorsal
Yep, thats exactly it. Merci! --~--~-~--~~~---~--~~ 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 Note that posts from new members are moderated - please be pa

Re: Uninterning a function

2009-10-21 Thread Brian Carper
On Oct 21, 11:48 am, Gorsal wrote: > I'm trying to unintern a function i accidently defined in a namespace > which collides with another function i'm importing . i can't seem to > find an unintern, or undef, or anything to do this? How do i achieve > this? > > Thanks~~ I think this is what you w

Uninterning a function

2009-10-21 Thread Gorsal
I'm trying to unintern a function i accidently defined in a namespace which collides with another function i'm importing . i can't seem to find an unintern, or undef, or anything to do this? How do i achieve this? Thanks~~ --~--~-~--~~~---~--~~ You received this me