The latest Clojure version broke many of my code by introducing the function sequence whose name collided with my sequence monad. So I decided that since now is the time for breaking changes, I should solve that kind of problem thoroughly. I just renamed all monads in clojure.contrib.monads and clojure.contrib.probabilities, the names now have a -m suffix: sequence-m, maybe-m, etc.
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 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 -~----------~----~----~----~------~----~------~--~---