On 09.06.2009, at 23:48, Sean Devlin wrote: > I was trying to play with the monad facility in c.c. I'm using > Aquamacs & SLIME, and I ran into the following problem: > > user=> (use 'clojure.contrib.monads) > java.lang.Exception: Unable to resolve symbol: get-method in this > context (accumulators.clj:60) > > I think this is a bug. Not sure, though.
get-method is a rather recent addition to Clojure. I suspect it wasn't there in rev 926. I can't think of any other reason for this error message. I test the monad library (and all its dependencies) with the 1.0 release and with the most recent svn revision, so any of those should work fine. Konrad. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---