|
Control.Monad.Trans.List | Portability | portable | Stability | experimental | Maintainer | libraries@haskell.org |
|
|
|
|
|
Description |
The ListT monad transformer, adding backtracking to a given monad,
which must be commutative.
|
|
Synopsis |
|
|
|
|
The ListT monad transformer
|
|
|
Parameterizable list monad, with an inner monad.
Note: this does not yield a monad unless the argument monad is commutative.
| Constructors | | Instances | |
|
|
|
Map between ListT computations.
|
|
Lifting other operations
|
|
|
Lift a callCC operation to the new monad.
|
|
|
Lift a catchError operation to the new monad.
|
|
Produced by Haddock version 2.4.2 |