RE: Haddock generated documentation for Control.Monad.Error

2005-05-05 Thread Simon Marlow
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

Haddock generated documentation for Control.Monad.Error

2005-05-04 Thread Sean Seefried
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