| monad-ran-0.0.5: Implementations of common monads and monad transformers as right-kan extensions | Source code | Contents | Index |
|
|
|
|
|
Documentation |
|
|
Constructors | RWS | | getRWS :: forall o. (a -> w -> s -> o) -> r -> s -> o | |
|
| Instances | |
|
|
runRWS :: RWS r w s a -> r -> s -> (a, w, s) | Source |
|
|
Produced by Haddock version 2.3.0 |