|
|
|
| Description |
| Allows testing of monadic values.
|
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Constructors | | MkMonadS | | | ret :: forall a s. a -> m s a | | | bin :: forall a b s. m s a -> (a -> m s b) -> m s b | |
|
|
|
|
|
| | Methods | | | | bind' :: m s a -> (a -> m s b) -> m s b | Source |
|
|
|
|
| Produced by Haddock version 2.6.0 |