Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype RoundRobinT m a = RoundRobinT {
- unRoundRobin :: m a
- type RoundRobin = RoundRobinT Identity
Documentation
newtype RoundRobinT m a Source #
Any monad can be trivially scheduled by executing all actions after each other, step by step.
RoundRobinT | |
|
Instances
type RoundRobin = RoundRobinT Identity Source #