| Copyright | (c) Andy Gill 2001, (c) Oregon Graduate Institute of Science and Technology, 2001 |
|---|---|
| License | BSD-style (see the file libraries/base/LICENSE) |
| Maintainer | libraries@haskell.org |
| Stability | experimental |
| Portability | non-portable (multi-parameter type classes) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell98 |
Control.Monad.List
Description
The List monad.
Documentation
Instances
| MonadTrans ListT | |
| MonadError e m => MonadError e (ListT m) | |
| MonadState s m => MonadState s (ListT m) | |
| MonadReader s m => MonadReader s (ListT m) | |
| Monad m => Monad (ListT m) | |
| Monad m => Functor (ListT m) | |
| Monad m => MonadPlus (ListT m) | |
| MonadIO m => MonadIO (ListT m) | |
| MonadCont m => MonadCont (ListT m) |
module Control.Monad
module Control.Monad.Trans