Hi, great work! It really put to shame my own pathetic attempt to try
to implement monad last summer. ;-)
Thanks, I'll certainly learn a lot from this.
On Nov 25, 4:40 am, Konrad Hinsen <[EMAIL PROTECTED]> wrote:
> I just uploaded an improved version of my monad implementation:
>
> http:/
I just uploaded an improved version of my monad implementation:
http://groups.google.com/group/clojure/web/monads.clj
Monad comprehensions now admit filters (using :when, just like
Clojure's list comprehensions) and all monads have the operations
join, map, and seq. The application e