On Oct 21, 11:48 am, Gorsal <s...@tewebs.com> 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 want:

(ns-unmap *ns* 'foo)
--~--~---------~--~----~------------~-------~--~----~
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 patient with your 
first post.
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to