mtl-1.1.0.1: Monad transformer librarySource codeContentsIndex
Control.Monad.List
Portabilitynon-portable (multi-parameter type classes)
Stabilityexperimental
Maintainerlibraries@haskell.org
Description
The List monad.
Documentation
newtype ListT m aSource
Constructors
ListT
runListT :: (m [a])
show/hide Instances
mapListT :: (m [a] -> n [b]) -> ListT m a -> ListT n bSource
module Control.Monad
module Control.Monad.Trans
Produced by Haddock version 0.9