|
| Control.Monad.Parameterized.Class | | Portability | portable | | Stability | experimental | | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
| Description |
| The notation >>*= was selected to indicate the kind of the parameter
in this case a simple type as opposed to >>*->*= for higher order monads.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
Minimum definition:
1. preturn & pbind
2. preturn & pjoin
| | | Methods | | | | pbind :: (a -> f b c) -> f a c -> f b c | Source |
| | | pjoin :: f (f a b) b -> f a b | Source |
|
| | Instances | |
|
|
|
|
|
|
| Produced by Haddock version 2.1.0 |