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