|
| Control.Monad.List | | Portability | non-portable ( requires mulit-parameter type classes ) | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
|
|
| Description |
| The List monad.
|
|
|
|
| data ListT m a |
|
|
| runListT :: ListT m a -> m [a] |
|
| mapListT :: (m [a] -> n [b]) -> ListT m a -> ListT n b |
|
| module Control.Monad |
|
| module Control.Monad.Trans |
|
| Produced by Haddock version 0.4 |