On Fri, Jan 8, 2010 at 2:57 PM, Konrad Hinsen
<konrad.hin...@fastmail.net> wrote:
> It's a bug. More specifically, a typo in a recent improvement. It is fixed
> now, so please try again with the current version - or in fact go back to an
> older version before December 28.

Thanks! I pulled the latest clojure-contrib source, and my code works now.

>
> BTW, I suppose that instead of
>
>> (domonad dist-m
>>        [a die
>>        b die]
>>        [+ a b])
>
> you want
>
> (domonad dist-m
>        [a die
>        b die]
>        (+ a b))
>

Whups. Yes, you're right, that's precisely what I meant to type!

- Joel.
-- 
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