 | ghc-mtl-1.1.0.2: GHC-internal monad transformer library | Contents | Index |
|
Control.Monad.List | Portability | non-portable (multi-parameter type classes) | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
Description |
The List monad.
|
|
|
Documentation |
|
newtype ListT m a |
Constructors | | Instances | |
|
|
mapListT :: (m [a] -> n [b]) -> ListT m a -> ListT n b |
|
module Control.Monad |
|
module Control.Monad.Trans |
|
Produced by Haddock version 2.4.2 |