Haddock generated documentation for Control.Monad.Error
Sean Seefried
sseefried at cse.unsw.edu.au
Thu May 5 01:34:17 EDT 2005
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/Control/Monad/Error.hs it clearly is. Why is this
happening?
Cheers,
Sean
More information about the Glasgow-haskell-users
mailing list