On Fri, May 9, 2008 at 2:39 PM, Andrew Coppin <andrewcoppin@btinternet.com> wrote:
[In a somewhat unrelated question... I saw some code the other day that used Either as if it were a monad. And yet, I don't see an instance given in the standard libraries - even though there should be one. I can see Functor (Either a), but not Monad (Either a) or even Monad (Either String)...]