dunai-0.5.1: Generalised reactive framework supporting classic, arrowized and monadic FRP.
Data.MonadicStreamFunction.Instances.ArrowLoop
Contents
Description
Instance of ArrowLoop for Monadic Stream Functions (MSF).
ArrowLoop
MSF
Import this module to include that (orphan) instance.
This is only defined for monads that are instances of MonadFix.
MonadFix
ArrowLoop instance for MSFs. The monad must be an instance of MonadFix.
Methods
loop :: MSF m (b, d) (c, d) -> MSF m b c #