
20 Dec
2007
20 Dec
'07
4:39 p.m.
On Dec 20, 2007 1:35 PM, Eric
According to this < http://www.randomhacks.net/articles/2007/03/10/haskell-8-ways-to-report-erro...
Either is an instance of class Monad, but when I try to use the do notation I get a compiler error. What's going on?
It would help if you'd provide an example of how you're trying to use it and what the error message is. Thanks! It's actually Either String, not Either, that can be an instance of Monad.