Re: Bug in clojure.algo.monads prevents you from using :require :as ns declaration

2014-04-24 Thread Rick Moynihan
Thanks! R. On 23 April 2014 15:05, Andrey Antukh wrote: > Hi Rick > > As far as I know, m-lift and similar functions should be used in monad > context (using with-monad macro). > > Greetings. > Andrey > > > 2014-04-23 14:41 GMT+02:00 Rick Moynihan : > >> Hi all, >> >> I think I've found a mino

Re: Bug in clojure.algo.monads prevents you from using :require :as ns declaration

2014-04-23 Thread Andrey Antukh
Hi Rick As far as I know, m-lift and similar functions should be used in monad context (using with-monad macro). Greetings. Andrey 2014-04-23 14:41 GMT+02:00 Rick Moynihan : > Hi all, > > I think I've found a minor bug in clojure.algo.monads. > > If you do the following: > > (ns foo.bar > (: