reactive-0.11.4: Push-pull functional reactive programmingSource codeContentsIndex
FRP.Reactive.Internal.TVal
Stabilityexperimental
Maintainerconal@conal.net
Description
Timed values. A primitive interface for futures.
Synopsis
type :--> b a = (Sink b, a)
type :+-> b a = IO (b :--> a)
makeEvent :: Clock TimeT -> forall a. Show a => a :+-> Event a
Documentation
type :--> b a = (Sink b, a)Source
An a that's fed by a b
type :+-> b a = IO (b :--> a)Source
Make a '(:-->)'.
makeEvent :: Clock TimeT -> forall a. Show a => a :+-> Event aSource
Make a new event and a sink that writes to it. Uses the given clock to serialize and time-stamp.
Produced by Haddock version 2.7.2