| The module Monad of Hugs 98 990319 contains the type declaration
| 
| filterM :: MonadPlus m => (a -> m Bool) -> [a] -> m [a]
| 
| The context should be Monad m instead (as in the Haskell 98 report)

Thanks Olaf, I'll see that gets fixed.

All the best,
Mark

Reply via email to