Yes. WrappedMonad is obsolete in 4.8.0, now that Monad is a subclass of Applicative. I think it is likely to be deprecated soon. The MonadPlus class itself is now essentially a shorthand for Monad+Alternative. I don't think it likely that any further work will be put into those two.
Hello,I'm glad that WrappedMonad is Monad since base-4.7.0.0, but I found out that MonadPlus instance is still missing.Is there any reason not to make MonadPlus m => MonadPlus (WrappedMonad m)?Fumiaki
_______________________________________________
Libraries mailing list
Libraries@haskell.org
http://www.haskell.org/mailman/listinfo/libraries