On 05 May 2005 06:34, Sean Seefried wrote:
> When I look in the Haddock generated code at:
> http://www.haskell.org/ghc/docs/latest/html/libraries/base/
> Control.Monad.html#t%3AMonadPlus, I don't seem to find any reference
> to the IO monad being an instance of the MonadPlus class.
>
> But when
Hi,
When I look in the Haddock generated code at:
http://www.haskell.org/ghc/docs/latest/html/libraries/base/
Control.Monad.html#t%3AMonadPlus, I don't seem to find any reference to
the IO monad being an instance of the MonadPlus class.
But when I look at the source code in
libraries/mtl/Co