StrategyLib-4.0.0.0ContentsIndex
Control.Monad.Maybe
Description

Author : Ralf Laemmel, Joost Visser Stability : experimental Portability : portable

This module introduces the MaybeT monad transformer. It is basically a simplification of the ErrorT monad transformer.

Synopsis
newtype MaybeT m a = MaybeT {
runMaybeT :: (m (Maybe a))
}
Documentation
newtype MaybeT m a
The monad transformer MaybeT.
Constructors
MaybeT
runMaybeT :: (m (Maybe a))
show/hide Instances
Produced by Haddock version 0.8