netwire-1.2.6: Arrowized FRP implementation

MaintainerErtugrul Soeylemez <es@ertes.de>

FRP.NetWire.Pure

Contents

Description

Pure wire sessions.

Synopsis

Pure sessions

stepSF :: Time -> a -> SF a b -> (Output b, SF a b)Source

Perform the next instant of a pure wire over the identity monad.

stepWirePure :: Monad m => Time -> a -> Wire m a b -> m (Output b, Wire m a b)Source

Perform the next instant of a pure wire.