Description
Provides Haskell98 partial maps and filters over MonadPlus. These helpers make it easier to transform and select values in computations that can represent failure or multiple results.
It is useful for older or compatibility-focused Haskell code using MonadPlus patterns. It is a small developer library and has no standalone interface.