|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | State | | runState' :: s -> (#a, s#) | |
|
| Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:: Monad m | | => acc -> x -> m (acc, y) | combining funcction
| -> acc | initial state
| -> [x] | inputs
| -> m (acc, [y]) | final state, outputs
| Monadic version of mapAccumL
|
|
|
Produced by Haddock version 2.6.1 |