|
Control.Monad.Indexed.State | Portability | portable (although the MTL instances aren't!) | Stability | experimental | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
Description |
|
|
|
Documentation |
|
|
| Methods | | | Instances | |
|
|
|
|
|
|
newtype IxStateT m i j a | Source |
|
Constructors | IxStateT | | runIxStateT :: i -> m (a, j) | |
|
| Instances | |
|
|
|
Constructors | IxState | | runIxState :: i -> (a, j) | |
|
| Instances | |
|
|
Produced by Haddock version 2.4.2 |