reactive-0.11.5: Push-pull functional reactive programming

Stabilityexperimental
Maintainerconal@conal.net

FRP.Reactive.Internal.TVal

Description

Timed values. A primitive interface for futures.

Synopsis

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.